BODY {
	margin: 0px;
	background-color: white;
	font-family: times, times new roman;
	color: #000000;	
}

P, DIV {
	margin: 0px;
	padding: 0px;
}

A {
	color: #000000;
}
A:hover {
	color: red;
}

a.Footer {
	font-size: 13px;
	color: white;
	text-decoration: none;	
}

a.Footer:hover {
	color: #D5E4EA;
}
h1 {
	font-size: 0px;
	margin: 0px;
	color: #CFCFCF;
}

INPUT, SELECT, TEXTAREA {
	background-color: #E2ECF1;
	border: solid 1px #98ACB5;	
	padding: 2px;
}

IMG
{
	border: 0px;
}




/* Search - Top */
input.SearchHint {
	color: #83A9BC;
	font-size: 12px;
}

input.SearchTyped {
	color: #4B7487;
	font-size: 12px;
}




/* Content */
p.ContentTitle {
	font-size: 18px;
	margin: 20px;
	letter-spacing: 2px;
}
p.ContentText, a.ContentText, input.ContentText {
	font-size: 14px;
	color: #000000;
	margin: 20px;
	line-height: 18px;
	text-indent: 20px;
	text-align: justify;
}
a.ContentText {
	text-decoration: underline;
	margin: 0px;
	line-height: 18px;
	text-indent: 0px;
	text-align: none;
}
a.ContentText:hover {
	color: black;
}
input.ContentText {
	text-indent: 0px;
	margin: 0px;

}

table.ContentBox {
	border: solid 1px #3C5561;
	background-color: white;
}
td.ContentBoxFooter, div.ContentBoxFooter {
	background-image: url(../img/content_box_footer_bg.gif);
	background-repeat: repeat-x;
	border-top: solid 1px #425D6B;
	height: 11px;
}
td.ContentBoxTitle, div.ContentBoxTitle {
	background-image: url(../img/content_box_title_bg.gif);
	background-repeat: repeat-x;
	background-color: #80A8C5;
	border-bottom: solid 1px #3C5561;
	height: 25px;
}
.ContentBoxTitle p {
	font-weight: bold;
	font-size: 15px;
	text-align:center;
	color: white;
	padding: 2px;
	margin: 0px;
}
p.ContentBoxText {
	font-size: 13px;
	color: #585858;	
}

a.ContentBoxText {
	text-decoration: underline;
	color: black;
}
a.ContentBoxText:hover {
	color: red;
}

TD.text {
    font-size: 12px;
    color: #000000;
}

INPUT.butt {
    font-size: 12px;
    border: solid 0px;
    background-color: inherit;
}

/* SITE MAP */

.SiteMapLinkLevel1 IMG, .SiteMapLinkLevel2 IMG { border: 0px; }

A.SiteMapLinkLevel1, A.SiteMapLinkLevel2 {
    color: #000000;
    text-decoration: none;    
}
	

A.SiteMapLinkLevel1:hover, A.SiteMapLinkLevel2:hover {
    color: #000000;
    text-decoration: underline;
}
		
.SiteMapLinkLevel 1 {
    font-size: 12px;
    font-weight: bolder;
}
			
.SiteMapLinkLevel 2 {
    font-size: 11px;
}

.SiteMapLinkLevel2 {
	padding-left: 14px;
}

.sitemapHeader {
	text-align: left;
	font-size: 13pt;
	font-weight: bold;
	border-bottom: 1px solid #7B9AA7;
}

/*CONTACT US */
.form_table {

}

.formfield_row {

}

.formfield_inputInpt {

}

.formfield_inputDscr {

}

.formfield_textDscr {

}

.formfield_textDscr_long {

}

.formfield_textInpt {

}

.formfield_mandatory_sign {

}

.formfield_submitDscr {

}

.formfield_submitInpt {

}


.datetime {
    font-size: 12px;
    color: #FFFFFF;
    padding-top:  2px;
    padding-left: 6px;
}
