/* Catch all styles */
body {
	font-family: Verdana, sans-serif;
	font-size : 10px;
	color : #283340;
	background: #283340;
	SCROLLBAR-FACE-COLOR: #DADFDD;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #DADFDD;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #DADFDD;
	SCROLLBAR-DARKSHADOW-COLOR: #DADFDD;
}

img.border { border: 4px double #a14340
}

h1 { font-family: Verdana, sans-serif;
     font-size : 12px;
     font-weight:bold;
     color: #283340;
     text-align: center;
     }

h2 { font-family: Verdana, sans-serif;
     font-size : 12px;
     font-weight:bold;
     color: #f2673a;
     text-align: center;
     }
     
h3 { font-family: Verdana, sans-serif;
     font-size : 10px;
     color: #283340;
     text-align: justify; 
 }
     

h4 { font-family: Verdana, sans-serif;
     font-size : 16px;
     font-weight:bold;
     color: #ffe6e6;
 }
h5 { font-family: Verdana, sans-serif;
     font-size : 12px;
     color: #283340;
      }
h6 { font-family: Verdana, sans-serif;
     font-size : 30px;
     color: #283340;
      }


   
       
a:link {
		color: #f2673a;

}
a:visited {
	color: #f2673a;

}
a:active {
	color: #f2673a;

}
a:hover {
	color: #f2673a;
	
}
a.topmenu:link {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	text-align: justify; 
	color: #283340;
	border: 0px solid gray;

}
a.topmenu:visited {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	text-align: justify; 
	color: #283340;
	border: 0px solid gray;

}
a.topmenu:active {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	text-align: justify; 
	color: #f2663a;
	border: 0px solid gray;

}
a.topmenu:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	text-align: justify; 
	color: #f2663a;
	border: 0px solid gray;
	
}

a.sidemenu:link {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	text-align: justify; 
	color: #ffe6e6;
	border: 0px solid gray;

}
a.sidemenu:visited {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	text-align: justify; 
	color: #ffe6e6;
	border: 0px solid gray;

}
a.sidemenu:active {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	text-align: justify; 
	color: #ffe6e6;
	border: 0px solid gray;

}
a.sidemenu:hover {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	text-align: justify; 
	color: #dea6a6;
	border: 0px solid gray;
	
}

/* end catch alls*/