
BODY {
scrollbar-arrow-color: #EFEFEF;
scrollbar-track-color: #EFEFEF;
scrollbar-face-color: #699BC9;
scrollbar-shadow-color: #EFEFEF;
scrollbar-highlight-color: #699BC9;
scrollbar-darkshadow-color: #000000;
scrollbar-3dlight-color: #ffffff;
font-size: 10pt;
font-family: Tahoma, Arial, Verdana;
font-weight: normal;
color: #000000;
margin-top:0px;
background-color: #4D64A3;
}



/************* Alert Message *************/

.alert_message {
background-color: #ffff00;
font-weight: bold;
border-bottom: 1px solid #000000;
height: 20px;
}


/************* Main Table *************/

.main_table {
background-color: #ffffff;
border-left: 1px solid #0093CD;
border-right: 1px solid #0093CD;
xborder-top: 1px solid #699BC9;
border-bottom: 1px solid #699BC9;
width: 1000px;
}
.main_table_header {
background-color: #ffffff;
xborder-left: 1px solid #0093CD;
xborder-right: 1px solid #0093CD;
xxborder-top: 1px solid #699BC9;
border-bottom: 2px solid #0093CD;
width: 1000px;
}

/************* Content Table *************/

.content {
background-color: #ffffff;
width: 800px;
}
.content_contact_box {
background-color: #EFEFEF;
border-left: 1px solid #699BC9;
border-right: 1px solid #699BC9;
border-top: 2px solid #699BC9;
border-bottom: 2px solid #699BC9;
width: 75%;
}
.content_contact_box_text {
font-size: 10pt;
font-family: Tahoma, Arial, Verdana;
color: #699BC9;
}






/************* Text Styles *************/

h1 {
color: #000000;
font-size: 18pt; 
font-family: Tahoma, Arial, Verdana;
}
h2 {
color: #000000;
font-size: 16pt; 
font-family: Tahoma, Arial, Verdana;
}
h2 {
color: #000000;
font-size: 14pt; 
font-family: Tahoma, Arial, Verdana;
}
p,td {
color: #000000;
font-size: 10pt;
font-weight: normal;
font-family: Tahoma, Arial, Verdana;
}
bold,strong {
font-size: 10pt;
font-weight: bold;
font-family: Tahoma, Arial, Verdana;
} 





/************* Link Styles *************/

a:link, a:active, a:visited {
color: #699BC9;
font-size: 10pt;
text-decoration: underline;
font-family: Tahoma, Arial, Verdana;
}
a:hover {
color: #000080;
font-size: 10pt;
text-decoration: underline;
font-family: Tahoma, Arial, Verdana;
}




/************* Right Sidebar Styles *************/


.sidebar_title_text {
font-family: Tahoma, Arial, Verdana;
color:#4877A2; 
font-size:11pt; 
font-weight:bold;
text-align: center;
text-decoration: underline;
}




/************* Page Title Styles *************/

.page_title_box {
background-color: #ffffff;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}
.page_title_text {
font-family: Tahoma, Arial, Verdana;
color:#0093CD; 
font-size:18pt; 
font-weight:bold;
text-align: center;
}






/************* Footer Styles *************/

td.footer {
color: #699BC9;
font-size: 8pt;
font-weight:bold;
}
a.footer:link, a.footer:active, a.footer:visited {
color: #699BC9;
font-size: 8pt;
font-weight:bold;
text-decoration: underline;
font-family: Tahoma, Arial, Verdana;
}
a.footer:hover {
color: #000080;
font-size: 8pt;
font-weight:bold;
text-decoration: underline;
font-family: Tahoma, Arial, Verdana;
}


