
/* CSS Document */

body {
	margin:0;
	background-color:#f0f3f6;
}

A {
	color : #2761b3;
	text-decoration : underline;
}

A:Visited {
	color : #2761b3;
	text-decoration : underline;
}

A:Active {
	color : #2761b3;
	text-decoration : underline;
}

A:Hover {
	color : #2761b3;
	text-decoration : underline;
}

body, TD {
	font-size : 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
}

.title {
	font-size : 17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #003580;
}

.heading1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #000000;
}

.heading2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #000000;
}

.banner {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #003580;
	background-color : #b8c8dd;
}

.table-header {
	font-size : 11px;
	color : #003580;
	line-height : 12px;
	text-transform : none;
	background-color : #b8c8dd;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

A.table-header {
	color : #2761b3;
	text-decoration : underline;
}

A.table-header:Visited {
	color : #2761b3;
	text-decoration : underline;
}

A.table-header:Active {
	color : #2761b3;
	text-decoration : underline;
}

A.table-header:Hover {
	color : #2761b3;
	text-decoration : underline;
}

.table-content {
	font-size : 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
	background-color : #FFFFFF;
}

.table-content2 {
	font-size : 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
	background-color : #f0f3f6;
}

.alert {
	font-size : 12px;
	color : #000099;
	font-weight : bold;
	text-transform : uppercase;
}

.highlight {
	color : #990000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-transform : uppercase;
}

.quote-up {
	color : #006600;
}

.quote-down {
	color : #990000;
}

.quote-even {
	color : #003366;
}

/* ----- These style are used but are NOT customizable ----- */

.eleven {
	font-size : 11px;
}

.ten {
	font-size : 10px;
}

/* ----- End of non-customizable styles ----- */

