body {
	font: 11px "Trebuchet MS", "san serif", "Arial";
	background-color: #F0F0F0;
}

/* Regular link tags */

a:link {
	color: #0000FF;
}

a:visited {
	color: #9966FF;
}

a:hover {
	color: #fff;
	background: #ff0000;
	text-decoration: none;
}

a:active {
	color: #000000;
}

/* The following link tags format the callout tags*/

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #f00;
}
a.calloutlinks:link {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}
a.calloutlinks:visited {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}
a.calloutlinks:hover {color: #FFFFFF; text-decoration: none;
	background: #f00;
	font-size: 10px;
}
a.calloutlinks:active {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}
a.maintab_f2:link {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
a.maintab_f2:visited {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
a.maintab_f2:hover {color: #FFFFFF; text-decoration: none;
	background: #000000;
	font-size: 10px;
}
a.maintab_f2:active {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}

/* Table border formatting classes */
.maintableborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #999999;
	border-left-width: thin;
	border-left-color: #CCCCCC;
}
.table_border_blue {
	border: 1px solid #0033CC;
}

.table_border_sides-bottom {
	border-top: none;
	border-right: 1px solid #ACADB1;
	border-bottom: 1px solid #ACADB1;
	border-left: 1px solid #ACADB1;
}
.tableborder_all_drkgry {
	border: 1px solid #333333;
}

.table_border_internal {
	border: 1px solid #ACADB1;
}

/* Table elements formatting */

.table_heading1 {
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
}

.rowgraybackground {
	background: #E1E2E1;
}

.rowlyellowbackground {
	background: #FFFFCC;
}

/* Various Trebuchet Font Formats */

.trebuchet10px {
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.trebuchet10px_bold {
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.trebuchet10px_bold_gray {
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}

.trebuchet10px_boldNAV {
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF66;
}

.trebuchet11px {
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.trebuchet11px_row {
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #E1E2E1;
}

.trebuchet11px_boldNAV {
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF66;
}

.trebuchet11px_boldLIST {
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
	background-color: #FFFF66;
}

.trebuchet12px {
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.trebuchet12px_row {
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #E1E2E1;
}

.trebuchet12px_bold {
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.trebuchet12px_boldNAV {
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF66;
}
.copyright {
	font-size: 9px;
	color: #666666;
	text-align: center;
}
.trebuchet9px {
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.trebuchet11pxBody {
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
}
.callout-text {
	margin-left: 10px;
}
