body
{
	background-image: url('pics/bg.png');
	margin:0px;
}

table
{
	font-size: 14px;
}

#head
{
	width: 900px;
	height: 139px;
	background-image: url('pics/head.png');
}

#shadow_left
{
	width: 17px;
	background-image: url('pics/shadow_left.png');
	
}
*html #shadow_left
{
	background-image: none;
	width: 17px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='pics/shadow_left.png');
}

#shadow_right
{
	width: 17px;
	background-image: url('pics/shadow_right.png');
}
*html #shadow_right
{
	background-image: none;
	width: 17px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='pics/shadow_right.png');
}

#shadow_bl
{
	background-image: url('pics/ebl.png');
	width: 41px;
	height: 41px;
	background-repeat: no-repeat;
}
*html #shadow_bl
{
	background-image: none;
	width: 41px;
	height: 41px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='pics/ebl.png');
}

#shadow_br
{
	background-image: url('pics/ebr.png');
	width: 41px;
	height: 41px;
	background-repeat: no-repeat;
}
*html #shadow_br
{
	background-image: none;
	width: 41px;
	height: 41px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='pics/ebr.png');
}


#shadow_bottom
{
	background-image: url('pics/shadow_bottom.png');
	height: 17px;
	background-repeat: repeat-x;
}
*html #shadow_bottom
{
	background-image: none;
	height: 17px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='pics/shadow_bottom.png');
}

#menu_1
{
	height: 20px;
	background-color: white;
	width: 808px;
}

#menu_1 A
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #757575;
}

#menu_1 A:HOVER
{
	text-decoration: underline;
	color: black;
}

#menu_2
{
	height: 20px;
	background-color: #D8D8D8;
	width: 808px;
}

#menu_2 A
{
	text-decoration: none;
	color: #3B3B3B;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
}

#main
{
	height: 400px;
	background-color: white;
	width: 808px;
	font-family: arial;
	font-size: 10px;
}

#footer
{
	background-color: white;
	height: 24px;
	text-align: center;
	font-size: 9px;
	font-family: arial;
	color: grey;
}

#footer A
{
	color: grey;
	text-decoration: none;
}

#logo_table
{
	position: relative;
}

#logo_table img
{
	-moz-opacity:0.2;
	opacity: 0.2;
	filter:alpha(opacity=20);
}

#title
{
	font-size: 16px;
	font-family: arial;
	color: #AD2525;
}

#title_hr
{
	height: 0px;
	border-bottom: 1px dashed #AD2525;
}

textarea
{
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-family: sans-serif;
	padding: 4px;
}

input
{
	font-size: 12px;
	font-family: sans-serif;
	padding: 2px;
}


