/* CSS Document */

a:link {
	color: #004C99;
	text-decoration: none;
	}
a:hover {
	color: #004C99;
	text-decoration: underline;
	}
/*a:visited {
	text-decoration: none;
	color: #004C99;
	}*/

/* Existing Modified */

body,h1,h2,h3,h4,p,li,ol,th {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*text-decoration: none;*/
	color: #333333;
	line-height: 135%;
	list-style-type: square;
	}
h1 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 5px;
	}
h2 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 5px;
	}
h3 {
	font-size: 12px;
	color: #004C99;
	font-weight: bold;
	}
h4 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	}
p,li,ol {
	font-size: 10px;	
	/* list-style-type: &#8250; */
	}
th {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #004C99;
	padding: 0px 3px;
	}


/* Custom Styles */

.language,.forms,.breadcrumbs,.sideBox,.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.language {
	font-size: 9px;
	text-decoration: none;
	}
.forms {
	font-size: 10px;
	text-decoration: none;
	}
.breadcrumbs {
	color: #004C99;
	font-size: 10px;
	text-decoration: none;
	}
.sideBox {
	margin: 0px;
	padding: 5px 10px;
	}
.footer {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	}
.tableHeader {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #004C99;
	padding: 0px 3px;
}.tableRow1 td {
	font-size: 10px;
	text-decoration: none;
	background-color: #F2F2F2;
	padding: 0px 5px;
}.tableRow2 td {
	font-size: 10px;
	text-decoration: none;
	background-color: #E6E6E6;
	padding: 0px 5px;
}

/* Custom Links */

.navLinks,.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.navLinks {
	font-size: 12px;
	color: #004C99;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 6px;
	border-right: 1px solid #999999;
	text-align: left;
	vertical-align: middle;
	background-image: url(/portals/0/nav-box.png);
	background-repeat: repeat-x;
	}
.navLinks:link {
	text-decoration: none;
	color: #004C99;
	background-image: url(/portals/0/nav-box.png);
	background-repeat: repeat-x;
	}
.navLinks:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(/portals/0/nav-over.png);
	background-repeat: repeat-x;
	}
/*.navLinks:visited {
	text-decoration: none;
	color: #004C99;
	background-image: url(/portals/0/nav-box.png);
	background-repeat: repeat-x;
	}*/
.navBox {
	background-image: url(/portals/0/nav-box.png);
	background-repeat: repeat-x;
	border: 1px solid #999999;
	}
.h3 {
	font-size: 12px;
	color: #004C99;
	text-decoration: none;
	font-weight: bold;
	background-image: url(/portals/0/arrow.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 13px;
	padding-bottom: 5px;
	}
/*.h3:link {
	color: #004C99;
	text-decoration: none;
	}
.h3:hover {
	color: #004C99;
	text-decoration: underline;
	}*/
/*.h3:visited {
	color: #004C99;
	text-decoration: none;
	}*/

/* Custom Shapes */

.dottedOutline {
	border: 1px dotted #999999;
	}
.outlineBox {
	border: 1px solid #999999;
	}
.outlineTable {
	font-size: 10px;
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #999999;
	}
.underLine {
	height: 100%;
	border-bottom: 1px solid #999999;
	}
.breadcrumbsBox {
	font-size: 10px;
	padding-left: 10px;
}


.chart {
	font-family: verdana, helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	background-color: #000000;
}

.chart tr {
	background-color: #FFFFFF;
}

.chart th {
	background-color: #FFFFFF;
	color: #000066;
	font-weight: 700;
}

.chart td {
	background-color: #FFFFFF;
}

.chart td.header2 {
	height: 30px;
	vertical-align: bottom;
}

.chart td.title {
	height: 30px;
	vertical-align: middle;
	text-align: center;
	background-color: #660000;
	color: #FFFFFF;
	font-weight: 900;
}

.chart td.title a {
	color: #FFFFFF;
	text-decoration: none;
}

.chart td.title a:hover {
	text-decoration: underline;
}



