@charset "iso-8859-1";
/* ================ */
/* General settings */
/* ================ */
BODY {
	font-family: Trebuchet MS, sans-serif;
    font-spacing: 3px;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 0px;
}

		
/* =============== */
/* Anchor settings */
/* =============== */
A {
	font-family: Trebuchet MS;
	font-size:12px;
	font-weight: normal;
	text-decoration: none;
}
A:link {
	color: #1E4592;
	font-weight:normal;
	text-decoration: none;
}
A:active {
	color: #1E4592;
	font-weight:normal;
	text-decoration: none;
}
A:visited {
	color: #1E4592;
	font-weight:normal;
	text-decoration: none;
}
A:hover {
	color: #1E4592;
	text-decoration: underline;
}

A:link.link2 {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	
}
A:active.link2 {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
		
}
A:visited.link2 {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
		
}
A:hover.link2 {
	color: #ffffff;
	font-weight:bold;
	text-decoration: underline;
}
A:link.link3 {
	color: #1E4592;
	font-weight:normal;
	font-size:11px;
	text-decoration: none;
}
A:active.link3 {
	color: #1E4592;
	font-weight:normal;
	font-size:11px;
	text-decoration: none;

}
A:visited.link3 {
	color: #1E4592;
	font-weight:normal;
	font-size:11px;
	text-decoration: none;

}
A:hover.link3 {
	color: #1E4592;
	text-decoration: underline;
	font-size:11px;
}

A:link.link4 {
	color: #B83233;
	font-weight:bold;

}
A:active.link4 {
	color: B83233;
	font-weight:bold;

}
A:visited.link4 {
	color: B83233;
	font-weight:bold;

}
A:hover.link4 {
	color:B83233;
	text-decoration: none;
}
A:link.link5 {
	color: #000000;
	font-weight:none;
	font-size:11px;
	text-decoration: none;
	
}
A:active.link5 {
	color: #000000;
	font-weight:none;
	font-size:11px;
	text-decoration: none;
		
}
A:visited.link5 {
	color: #000000;
	font-weight:none;
	font-size:11px;
	text-decoration: none;
		
}
A:hover.link5 {
	color: #000000;
	font-weight:none;
	font-size:11px;
	text-decoration: underline;
}


A:link.linktop {
	color: #ffffff;
	font-weight:bold;
	font-size:11px;
	text-decoration: none;
	
}
A:active.linktop {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
		
}
A:visited.linktop {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
		
}
A:hover.linktop{
	color: #ffffff;
	font-weight:bold;
	text-decoration: underline;
}


/* =========== */
/* Text colors */
/* =========== */
.white {
	color: #FFFFFF;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #cc0000;
}
.darkred {
	color: #CC0000;
}
.blue {
	color: #214D7C;
}
.grey {
	color: #666666;
}
.grey_title {
	color: #aaaaaa;
	font-size:14px;
}
.lightyellow {
	color: #FFFFDD;
}
.orange {
	color: #FFCC00;
}
.lightgreen {
	color: #CCFFCC;
}
.green {
	color: #009900;
}
.purple {
	color: #544569;
}
.beige {
	color: #FFF99D;
}

/* ============== */
/* Resizing fonts */
/* ============== */
.xs {
	font-size: 7.5pt;
}
.small {
	font-size: 8.5pt;
}
.normal {
	font-size: 10pt;
	color: #333333;
}
.normal2{
font-size: 11pt; color:042880/*#993300*/; font-weight:bold;}
.medium {
	font-size: 13pt;
	color:#FFFFFF;
}
.xl {
	font-size: 20pt;
}

/* ================ */
/* Change font face */
/* ================ */
P {
	
	font-family: Trebuchet MS, sans-serif;
    font-spacing: 3px;
/*	font-size: 11px; */
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 0px;
	
	/*font-family: Tahoma;
	font-size: 8pt;
	font-style: normal;
	text-decoration: none;
	line-height: 11pt;*/
}

UL.indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	margin-left: 0.5cm;
	position: relative;
}
DIV {
	font-family: Trebuchet Ms;
/*	font-size: 11px; */
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
}
TH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
TD {
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	line-height:17px;
	text-align: none;
}
TD.white {
	font-family: Tahoma, sans-serif;
	color:#FFFFFF;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	text-align: justify;
}

TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
}
INPUT {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
}
SELECT {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}
OPTION {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
}

.style2 {
	color: #1A2748;
	font-weight: bold;
}
.style3 {color: #1A2748}

/*menu tree style sheet */
.itemBorder { border-style:none; border-top-width:thin; border-width:thin; border-bottom-width:thin;  border-color:#cccccc }
.itemText { text-decoration: none; color: #FFFFFF; font: 9px Tahoma}

.crazyBorder { border: 2px outset #663399 }
.crazyText { text-decoration: none; color: #FFCC99; font: Bold 12px Arial, Helvetica }
.style1 {
	font-size: 9pt;
	font-weight: bold;
}
.style4{ color:#000000; background-color:#e1e1e1; padding-right:3px; padding-left:3px; padding-bottom:2px; font-weight:bold;}
.style5{ color:#999999; font-weight:bold;}
.style6{color:#0000CC; font-size:10px;line-height:15px; font-family:arial}

.titles {font-size:18px; color:2E3389; font-weight:bold; text-transform:uppercase}

/*ul,li{font-size:11px;color: #000000;list-style-image: url(../images/arrow.gif);}*/

ul {
 list-style-type: none;
}

li{
font-size:12px;
color: #000000; 
background: url(../images/arrow.gif) 0 5px no-repeat;
padding-left:15px; 
}

/* additional css*/

/*.contents {font-family:"Trebuchet MS"; font-size:13px; padding-left:5px} */
.contents {font-family:"Trebuchet MS"; font-size:13px; }
a.contents:link{color:#14BCC5; text-decoration:none}
a.contents:hover{color:#FF0000; text-decoration:none}
a.contents:visited{color:#14BCC5; text-decoration:none}
.contents ul {list-style: square; size:2px; list-style-position:inside; margin-left:20px;}

.footer { 

font-family: Trebuchet MS, sans-serif;
    font-spacing: 3px;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 0px;
	
	}

.newshead {
	color: #31849B;
	font-weight:bold;
	margin-bottom:-10px;
}


