/*  TAGS *****************************/
body {
	margin: 0px;
	font-size : 11.5px;
	font-family : Trebuchet MS,Verdana, Geneva, Arial, Helvetica, sans-serif; 
	background-color : #e1e0d8; 
}

table.subtable
{
border: 1px solid #B7B6E0;
background-color:#E6F5E2;
}


A:link,A:visited {
color : #C25E08; 
text-decoration : underline; 
font-weight:bold;
} 


A:active , A:hover {
color : #C52C05; 
text-decoration : none; 
font-weight:bold;
}

p, td {
font-size : 13.5px; 
font-weight:normal;
color: #371f17;
font-family : Trebuchet MS,Verdana, Geneva, Arial, Helvetica, sans-serif; 
} 

ul, ol {
font-size : 13.5px; 
font-weight:normal;
color: #371f17;
font-family : Trebuchet MS,Verdana, Geneva, Arial, Helvetica, sans-serif; 
} 

.stxt{
font-size:10.5px;
}

/* CLASSES ***************************/

.hdr , H1,.Heading1 {
	font-weight : bold; 
	font-size : 18.5px; 
	color : #6d6b63;
	text-transform: uppercase;
	font-family : Helvetica, Verdana, Geneva, Arial, sans-serif; 
}

.subhdr , H2,.Heading2 {
	font-size: 16.5px;
	font-weight: bold;
	color: #566E54;
	font-style : italic; 
	font-family: georgia, "Trebuchet MS", Genaeva, Arial, sans-serif;
}  

.scdhdr {
	font-weight: bold;
	font-size : 15.5px; 
	color : #6C6DA3;
	font-family :   Verdana, Geneva, Arial, Helvetica, sans-serif; 
	padding-top : 0; 
	padding-bottom : 2px; 
	margin-bottom : 0px; 
} 

.sshdr , H3,.Heading3 {
	font-weight : bold; 
	font-size : 15.5px; 
	color : #371F17; 
	font-family : Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

.italic , I {
	font-style : italic; 
} 

.bold , B,strong {
	font-weight : bold; 
} 

.boldItalic {font-weight: bold; font-style: italic;}

.footerbold{
font-weight:bold;
color:#505048;
}

.bluegray{
	font-size: 14.5px;
	font-weight: bold;
	color: #6A6A90;
}

.bgitalic{
	font-size: 14.5px;
	font-weight: bold;
	color: #6A6A90;
	font-style: italic;
	font-family: georgia;
}

.mpbolditalic{
	font-size: 14.5px;
	font-weight: bold;
	color: #566E54;
	font-style : italic; 
	font-family: georgia;
}

.BigLetter {
	font-size: 16.5px;
	font-weight: bold;
	color: #6A6A90;
}

.copyright {
	font-size: 11.5px;
	font-weight: normal;
	color: #B3B7C2;
}

.caption {
	font-size: 10px;
	font-weight: bold;
	color: #1E3F66;
}


/* DATA TABLE *************/
.DataTable {
	border : 1px solid #CCC7BD; 
	background-color:#CCC7BD;
	border-bottom : 0px solid #CCC7BD; 
}
.DataTable2 {
	background-color:#CCC7BD;
	border-bottom : 0px solid #CCC7BD; 
} 
.rowOdd2 {
	background : #F2F2F9; 
	border-bottom: 1px solid #CCC7BD;
	padding-left:5px;
} 
.rowEven2 {
	background : #EDEDE9; 
	border-bottom: 1px solid #CCC7BD;
	padding-left:5px;
} 


.rowHead,.rowHeader,.rowHdr {
	background : #A29B82; 
	font-weight:bold;
	color : #ffffff; 
} 
.rowOdd {
	background : #F2F2F9; 
	border-bottom: 1px solid #CCC7BD
} 
.rowEven {
	background : #EDEDE9; 
	border-bottom: 1px solid #CCC7BD
} 


