/* CSS Document */

body {
margin: 0px;
padding: 0px;
background-color: #CCCCCC;
color: #555555;
font: Arial;
font-size: 12px;
line-height: 18px;
}

table.one {
margin: 0px;
padding: 5px;
background-color: #EEEEEE;
color: #555555;
font: Arial;
font-size: 14px;
line-height: 18px;
 }
 
table.two {
margin: 0px;
padding: 0px;
background-color: #FFFFFF;
color: #555555;
font: Arial;
font-size: 13px;
line-height: 18px;
 }
 
table.three {
margin: 0px;
padding: 0px;
background-color: #FFFFFF;
color: #555555;
font: Arial;
font-size: 14px;
line-height: 18px;
 }


img {
border: 0px;}

h1 {
color: #AAAAAA;
font: Arial;
font-size: 20px;}

h2 {
color: #660000;
font: Arial;
font-size: 18 px;}

h3 {
color: #AAAAAA;
font: Arial;
font-size: 11px;
}

h4 {
color: #AAAAAA;
font: Arial;
font-size: 14px;
}

h5 {
color: #AAAAAA;
font: Arial;
font-size: 12px;
}

h6 {
color: #993333;
font: Arial;
font-size: 20px;}

h7 {
color: #AAAAAA;
font: Arial;
font-size: 20 px;
font-weight:bold;
}


p1 {
color: #660000;
font: Arial;
font-size: 14px;
font-weight:bold;
}

p2 {
color: #555555;
font: Arial;
font-size: 14px;
font-weight:bold;
}

a:link {
text-decoration:none; color:#339; font-weight:bold;}
 a:visited {text-decoration:none; color:#339; font-weight:bold;} a:hover {text-decoration:underline; color:#339; font-weight:bold;} 


#main {
margin-left: 20px;
margin-right: 20px;
width: 800px;
height: 600px;
background-color: #FFFFFF;
font-family: Arial;
font-size: 13px;
}



#header {
position: relative;
width: 800px;
height: 100px;}

#navigation {
	position: relative;
	padding-left:0px;
	
	height: 37px;
	background-color: #cccccc;
}


#content {
position: relative;
padding: 20px;
background-color: #FFFFFF; }

