/* CSS Document */

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th
{
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}
a
{
	font-family: Verdana;
	font-size: 11px;
	color: #003399;
}
a:visited { color: #0033FF; }
a:hover { color: #0099FF; }
a:active { color: #00FFCC; }
.message { font-size: 9px; }
DIV#box
{
	width : 556px;
	margin : auto;
	color : 000000;
	text-align : left;
}
DIV#middle
{
	background-image:url(../images/body.jpg);
	background-repeat:repeat-y;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

DIV#top-left
{
	width : 19px;
	height : 23px;
	background : #ffffff url(../images/top_left.jpg) no-repeat left top;
	float: left;
}
DIV#top-right
{
	float : right;
	width : 537px;
	height : 23px;
	background : #ffffff url(../images/top_right.jpg) no-repeat right top;
}
DIV#bottom-left
{
	width : 19px;
	height : 30px;
	background : #ffffff url(../images/bottom_left.jpg) no-repeat left bottom;
	float: left;
}
DIV#bottom-right
{
	float : right;
	width : 537px;
	height : 30px;
	background : #ffffff url(../images/bottom_right.jpg) no-repeat right bottom;
}
a.btn:link,
a.btn:visited
{
	font: bold 11px Arial;
	color: #FFFFFF;
	text-decoration: none;
	background: #000000;
	padding: 2px 15px;
}
a.btn:hover { background: #e6230f; }
.red { color: red; }
