body 
{
	font-family:tahoma, arial, sans-serif;
	font-size:0.7em;
	color:white;
}
h1
{
	font-size:2.0em;
	color:#EA623D;
}
h2
{
	font-size:1.5em;
	color:#EA623D;
}
h3
{
	font-size:1.0em;
	color:#EA623D;	
}
h4
{
	font-size:1.0em;
}
h5
{
	font-size:1.0em;
}
h6
{
	font-size:1.0em;
}
a:link, a:visited, a:hover
{
	color:#EA623D;
}

table
{
	font-size:1.2em;	
	border-collapse:collapse;
}

td
{
	padding:4px;
	color:#2A5A72;
	background:#B4D0E2;
	vertical-align:top;
	border:1px solid #2A5A72;
}

td input,textarea,select
{
	width:300px;
}

.edit 
{
	background-color:#2A5A72;
}

.edit td
{
	border:1px dashed orange;	
}


.main
{
	width:800px;
	margin:0px;
	background-image:url("background.gif"); 
	background-repeat: repeat-y;	
}

.header
{
	height:164px;	
	background-image:url("header.jpg"); 
	background-repeat: no-repeat;	
}

.content
{
	margin:0px 84px 0px 148px;
	padding:0px 20px 10px 20px;
}

.menu 
{
	float:left;
	width:107px;
	margin-left:15px;	
	display:inline;
	font-size:1.2em;
	font-weight:bold;
}

.menu a
{
	display:block;
}

.menu a:link
{
	color:#303030;
	text-decoration:none;
}

.menu a:visited
{
	color:#303030;
	text-decoration:none;
}

.menu a:hover
{
	color:#EA623D;	
	text-decoration:underline;
}

.menu .top
{
	padding:4px 4px 4px 15px; 
	background-image:url("triangle.gif"); 
	background-position: 5px 50%; 
	background-repeat: no-repeat;
}	
.menu .sub 
{
	font-size:0.8em;
	font-weight:normal;
	padding:2px 2px 2px 25px; 
	background-image:url("triangle.gif"); 
	background-position: 15px 50%; 
	background-repeat: no-repeat;
}
.menu div.top
{
	color:#EA623D;
}
.menu div.sub
{
	color:#EA623D;
}
