/* CSS Document */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4D52;
}

.tableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4D52;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4D52;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4D52;
	list-style-type: square;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4D52;
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4D52;
}

dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4D52;
}

dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4D52;
}

dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4D52;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4D52;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4D52;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4D52;
}

.buttons {
	font-weight: bold;
}
.highlight {
	color: #195892;
	font-weight: bold;
}

.copyright {
	font-size: 10px;
	font-weight: bold;
}

.contentbg {
	background: url(../images/white_gradient.gif); 
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

.rightbg {
	background: url(../images/gray_gradient_right.gif); 
	background-repeat: repeat-y;
	background-color: #F2F2F2;
}

a {
	font-weight: bold;
	color: #0070AA;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #015885;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #015885;
	text-decoration: none;
}

.leftContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

