html 
{ 
	margin: 0px;
	height: 100%; 
}

body
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	min-height: 100%;
	height: 100%;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

.evenrow
{
	background-color: #ddd;
}

.oddrow
{
	background-color: #eee;
}

form.data_form input
{
	text-align: left;
}

table.data_table tr th
{
	text-align: left;
}

table.data_table tr td
{
	padding: 5px;
}

.left_td
{
	text-align: left;
}

table.userlist a
{
	font-weight: normal;
	text-decoration: none;
}

table.userlist a:hover
{
	text-decoration: underline;
}

h1
{
	margin-top: 0px;
	color: #c40f2f;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

h2
{
	margin-top: 7px;
	color: #c40f2f;
	font-size: 14px;
	margin-bottom: 7px;
}

h3
{
	margin-top: 5px;
	color: #c40f2f;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 4px;
	padding: 0px;
}

h4
{
	color: #000;
	font-weight: bold;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 4px;
	padding: 0px;
}

#wrapper
{
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	height: 100%;
}

#top
{
	background-image: url(images/top_bg.png);
	background-repeat: no-repeat;
	text-align: left;
	width: 785px;
	height: 112px;
	margin: 0px 0px 10px 0px;	
}

#menu-wrapper
{
	background-color: #FFFFFF;
	text-align: left;
	width: 785px;
	height: 43px;
	margin: 0px;
}

#menu
{
	position: relative;
	padding: 1px 0px 0px 12px;
	width: 760px;	
}

#content-wrapper
{
	margin: 0;
	background-image: url(images/content_bg.fix.png);
	background-repeat: repeat-y;
	text-align: left;
	width: 785px;
}

#content
{
	margin: 0px;
	padding: 0px 30px 20px 20px;
	width: 740px;
	min-height: 400px;
}

#footer
{
	margin: 0;
	height: 29px;
	width: 785px;
	background-image: url(images/footer_bg.fix.png);
	background-repeat: no-repeat;
}

#login_box
{
	border: 1px solid #000;
	background-color: #FEFEFE;
	padding: 0px 10px;
	width: 320px;
	text-align: left;
	margin-left: auto ;
	margin-right: auto ;	
}

#print_table tr td
{
	vertical-align: text-top;
	padding-bottom: 3px;
}

.td_left
{
	text-align: left;
}

.td_right
{
	padding-left: 25px;
}
