/* CSS Document */

html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 400px;
   }
   
.NormalText {
	FONT-SIZE: 12px; COLOR: #000000; FONT-STYLE: normal; font-weight: normal; FONT-FAMILY: Arial;
}   

.NormalTextBold {
	FONT-SIZE: 12px; COLOR: #000000; FONT-STYLE: normal; font-weight: bold; FONT-FAMILY: Arial;
} 

.BoldBlueText {
	FONT-SIZE: 12px; COLOR: #01488D; FONT-STYLE: normal; font-weight: bold; FONT-FAMILY: Arial;
}

.BoldHighlightBlueText {
	FONT-SIZE: 12px; COLOR: #6F9DBE; FONT-STYLE: normal; font-weight: bold; FONT-FAMILY: Arial;
}

.FooterText {
	FONT-SIZE: 11px; COLOR: #01488D; FONT-STYLE: normal; font-weight: normal; FONT-FAMILY: Arial;
}

.bulletText {
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-STYLE: normal;
	font-weight: normal;
	FONT-FAMILY: Arial;
	background-image:url(images/arrow.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-left:15px;
}

a {color: #01488D; font: 12px Arial; text-decoration: none; font-weight: bold;}
a:link {color: #01488D; font: 12px Arial; text-decoration: none; font-weight: bold;}
a:hover {color: #003399; text-decoration: underline; font-weight: bold;}

.NormalLnk {color: #01488D; font: 12px Arial; text-decoration: none; font-weight: bold;}
.NormalLnk:link {color: #01488D; font: 12px Arial; text-decoration: none; font-weight: bold;}
.NormalLnk:hover {color: #003399; text-decoration: underline; font-weight: bold;}

.BoldBlueLnk {color: #01488D; font: 12px Arial; text-decoration: underline; font-weight: bold;}
.BoldBlueLnk:link {color: #01488D; font: 12px Arial; text-decoration: underline; font-weight: bold;}
.BoldBlueLnk:hover {color: #000; text-decoration: underline; font-weight: bold;}

.FooterLnk {color: #01488D; font: 11px Arial; text-decoration: none; font-weight: normal;}
.FooterLnk:link {color: #01488D; font: 11px Arial; text-decoration: none; font-weight: normal;}
.FooterLnk:hover {color: #01488D; text-decoration: underline; font-weight: normal;}

.MenuBoldText {
	FONT-SIZE: 12px; COLOR: #475F6E; FONT-STYLE: normal; font-weight: bold; FONT-FAMILY: Arial;
}

.InfoText {
	FONT-SIZE: 11px; COLOR:#999999; FONT-STYLE: italic; font-weight: normal; FONT-FAMILY: Arial;
}

.SideMenuBoldText {
	FONT-SIZE: 12px; COLOR: #475F6E; FONT-STYLE: normal; font-weight: bold; FONT-FAMILY: Arial;
}

.MenuBoldLnk {color: #475F6E; font: 12px Arial; text-decoration: none; font-weight: bold;}
.MenuBoldLnk:link {color: #475F6E; font: 12px Arial; text-decoration: none; font-weight: bold;}
.MenuBoldLnk:hover {color: #475F6E; text-decoration: underline; font-weight: bold;}

.SideMenuBoldLnk {color: #475F6E; font: 12px Arial; text-decoration: none; font-weight: bold;}
.SideMenuBoldLnk:link {color: #475F6E; font: 12px Arial; text-decoration: none; font-weight: bold;}
.SideMenuBoldLnk:hover {color: #F09300; text-decoration: underline; font-weight: bold;}

.BoldLnk1 {color: #2B739D; font: 12px Arial; text-decoration: none; font-weight: bold;}
.BoldLnk1:link {color: #2B739D; font: 12px Arial; text-decoration: none; font-weight: bold;}
.BoldLnk1:hover {color: #2B739D; text-decoration: underline; font-weight: bold;}

.BoldLnk2 {color: #1EB028; font: 12px Arial; text-decoration: none; font-weight: bold;}
.BoldLnk2:link {color: #1EB028; font: 12px Arial; text-decoration: none; font-weight: bold;}
.BoldLnk2:hover {color: #1EB028; text-decoration: underline; font-weight: bold;}

.BoldLnk3 {color: #0E7736; font: 12px Arial; text-decoration: none; font-weight: bold;}
.BoldLnk3:link {color: #0E7736; font: 12px Arial; text-decoration: none; font-weight: bold;}
.BoldLnk3:hover {color: #0E7736; text-decoration: underline; font-weight: bold;}

.BoldLnk4 {color: #E59C00; font: 12px Arial; text-decoration: none; font-weight: bold;}
.BoldLnk4:link {color: #E59C00; font: 12px Arial; text-decoration: none; font-weight: bold;}
.BoldLnk4:hover {color: #E59C00; text-decoration: underline; font-weight: bold;}

.BoldLnk5 {color: #DC6A0E; font: 12px Arial; text-decoration: none; font-weight: bold;}
.BoldLnk5:link {color: #DC6A0E; font: 12px Arial; text-decoration: none; font-weight: bold;}
.BoldLnk5:hover {color: #DC6A0E; text-decoration: underline; font-weight: bold;}

select {font: 12px arial bold;
        width: 200px;
        height: 20px;
        color: #475F6E;}
		
.DottedTable{
	border-collapse: collapse;
	border: 1px dashed #999999;
	height: 60px;
	background-color:#F8F8F8;
	width:99%;
	text-align:center;
	}
	
.AdminInfoText {
	FONT-SIZE: 12px; COLOR: #FF0000; FONT-STYLE: normal; font-weight: bold; FONT-FAMILY: Arial;
}

.AdminSuccessText {
	FONT-SIZE: 12px; COLOR: #FF9D3C; FONT-STYLE: normal; font-weight: bold; FONT-FAMILY: Arial;
}

.AdminInfoLnk {color: #FF0000; font: 12px Arial; text-decoration: none; font-weight: bold;}
.AdminInfoLnk:link {color: #FF0000; font: 12px Arial; text-decoration: none; font-weight: bold;}
.AdminInfoLnk:hover {color: #FF0000; text-decoration: underline; font-weight: bold;}

.LineTable {
	padding-left:5px;
	height:20px;
	font-family:Arial;
	font-size:12px;
	color:#000000;
	font-style:normal;
	font-weight:none;
	width:50%;
	}