a:link {
	color: #002395;
	text-decoration: none;
}
a:active {
	color: #C9DD03;
	text-decoration: none;
	
}
a:visited {
	color: #7D9AAA;
	text-decoration: none;
}
a:hover {
	color: #EEAF00;
	text-decoration: none;
}
ul {
	list-style-type: square;
}
.font_default {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

.font_default_bold {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}

.font_small {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	line-height: 12px;
}

.tabledata {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7D9AAA;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.tabledatalink {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height: 12px;
	text-align: right;
}
.font_title2_link {
	font-family: Myriad, Arial, Helvetica;
	font-size: 11px;
	color: #5D5E60;
	font-weight: bold;
	padding-bottom: 3px;
}
.font_title1 {
	font-family: Myriad, Arial, Helvetica;
	font-size: 14px;
	color: #537c8e;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.font_title2 {
	font-family: Myriad, Arial, Helvetica;
	font-size: 16px;
	color: #002395;
	font-weight: bold;
	padding-top: 10px;
}

.scroll_content {  
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
margin: 0px;
overflow: auto;
padding: 1px;
width: 510px;
height: 50px;
scrollbar-face-color: #C8D4DB;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #ffffff;
}

.font_title_pink {
	font-family: Myriad, Arial, Helvetica;
	font-size: 14px;
	color: #F0037F;
	font-weight: bold;
}

.font_title_green {
	font-family: Myriad, Arial, Helvetica;
	font-size: 14px;
	color: #C9DD03;
	font-weight: bold;
}

.font_title_orange {
	font-family: Myriad, Arial, Helvetica;
	font-size: 14px;
	color: #EEAF00;
	font-weight: bold;
}

.font_title_blue {
	font-family: Myriad, Arial, Helvetica;
	font-size: 14px;
	color: #00A0C6;
	font-weight: bold;
}
.tabledata_pink {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 12px;
	padding: 10px;
	border: 1px dotted #F0037F;
	text-align: justify;
}
.tabledata_blue {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 12px;
	padding: 10px;
	border: 1px dotted #00ADC6;
	text-align: justify;
}
.tableborder_v_blue {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #00ADC6;
}
.tableborder_v_grey {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #7D9AAA;
}
.tableborder_gray {
	border: 1px dotted #5D5E60;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
