@charset "utf-8";

body {
	font-family: tahoma;
	font-size:11px;
	color:#000000;
}



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

em, i {
	color: #3e1c1c;
}

u {
	color: #5d4545; 
}


.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:#6b4343; text-decoration:none;}
a:visited{color:#3e1c1c; text-decoration:none;}
a:hover{color:#000000; text-decoration: underline;}


/* Table Styles */
.header {
	background: #4c4c4c; 
	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: #292929; 
	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;

}

.content-quote{
background: #acacac;
background-repeat: repeat-x;
font-family: tahoma;
font-size:10px;
text-transform: none;
font-weight: none;
line-height:10px;
color: #000000;
text-align: justify;
letter-spacing:0px;
padding: 3px 3px 3px 3px;
border-top: 3px solid #484848;
border-bottom: 3px solid #484848;
border-left: 3px solid #484848;
border-right: 3px solid #484848;
padding-right:3px;}

}



