@charset "utf-8";

body {
	font-family: trebuchet;
	font-size:12px;
	color:#000000;
}



/* Bold, Italic & Underline */
strong, b {
	color:#132329; 
}

em, i {
	color: #424e52;
}

u {
	color: #030c10; 
}


.h1 { 
               background-color: #172f4f;
font-size:11px; 
font-family:  Tahoma;
letter-spacing:0px; 
line-height:15px; 
color: #FFFFFF; 
font-weight: bold; 
text-align: center;
border-bottom: 0px dashed #c0c0c0;
border-top: 1px solid #ce0000;
text-transform: uppercase; 
}

.toggler {

               background-color: #172f4f;
font-size:10px; 
font-family: Arial;
letter-spacing:0px; 
line-height:15px; 
color: #FFFFFF; 
font-weight: bold; 
text-align: center;
border-bottom: 0px dashed #c0c0c0;
border-top: 1px solid #ce0000;
text-transform: uppercase; 

}

/* Main Link Style */
a:link{color:#1e313b; text-decoration:none;}
a:visited{color:#061526; text-decoration:none;}
a:hover{color:#000000; text-decoration: underline;}


/* Table Styles */
.header {
	background: #112632; 
	font-family: tahoma; 
	color: #FFFFFF; 
	font-size: 13px; 
	line-height:13px;
	font-weight: bold; 
	text-transform: uppercase;  
	text-align: center; 
	letter-spacing:0px; 
	padding-left:0px;
}

.header2 {
	background: #3f515a; 
	font-family: arial; 
	color: #cdcdcd; 
	font-size: 9px; 
	line-height: 10px; 
	font-weight: italic; 
	text-transform: lowercase; 
	text-align: center; 
	letter-spacing: 0px;
}

.content {
	background: #c6c6c6; 
	font-family: tahoma; 
	color: #2A2A2A; 
	font-size:11px;
	line-height:12px; 
	text-align: justify; 
	letter-spacing:0px;
	padding: 0px 5px 5px 5px;
}



