@import url("header.css");
@import url("content.css");
@import url("footer.css");


* { margin: 0; padding: 0; } 

html, body { 
	width: 100%; height: 100%; 
	padding: 0; margin: 0;
	font-family: arial; font-size: 9pt; color: #202020;
}

body { background:#e1e5ea url("/img/body-bk.gif") center 0 repeat-y; }
*html body {  background:#e1e5ea url("/img/body-bk-ie.gif") center 0 repeat-y; }
*+html body {  background:#e1e5ea url("/img/body-bk-ie.gif") center 0 repeat-y; }
@-moz-document url-prefix(){ body {  background:#e1e5ea url("/img/body-bk-ff.gif") center 0 repeat-y; } }
a { 
	outline: none; -moz-outline: 0; 
	border: none; border-width: 0px;
	font-family: arial; 
	color: #fb1d1d; 
	text-decoration: underline;
}
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }
a:hover { text-decoration: none; }

img { border: none; border-width: 0px; vertical-align: top;}

table { border-collapse: collapse; }
td { font-family: arial; font-size: 12px; }


h1, h2, h3, h4, h5, h6 { 
	font-family: tahoma; font-size: 9pt; color: #fb1d1d;
	font-weight: bold; 
	text-align: left; 
}

h2 { font-family: Arial; font-size: 14px; color: #ff0000;
	font-weight: bold; 
	text-align: center; }
	
h3 { font-family: Arial; font-size: 12px; color: #0000ff;
	font-weight: bold; 
	text-align: center; }
	
h4 { font-family: Arial; font-size: 12px; color: #000000;
	text-align: center; }
	
h5 { font-family: Arial; font-size: 12px; color: #ff0000;
	font-style: italic; 
	text-align: center; }

h1, h2.tt { padding: 10px 0; text-transform: uppercase; }

.cl { clear: both; height: 0; font-size: 0; line-height: 0; }

#main { width: 1000px; margin: 0 auto; }

