body
{
	font-family: Tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	margin: 0 0 0 0;
	background: url(images/background.gif) repeat-x;
	background-attachment: fixed;
	background-color: white;
	display: block;
}

.main
{
	border: 1px solid gray;
	background-color: white;
	text-align: center;
	width: 800px;
}


.header
{
	height: 132px;
	background-color: gray;
	background: url(images/header_bg.gif) repeat-x;
	font-variant: small-caps;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: white;
	/* border-bottom: 3px solid #D3D3D3; */
}


.under
{
	background-color: white;
	color: gray;
	height: 30px;
	background: url(images/search_bg.gif) repeat-x;
	vertical-align: middle;
}

.SmallBline
{
	background-color: black;
	color: gray;
	height: 2px;
	background: url(images/small_black_line.gif) repeat-x;
	padding: 0 0 0 0;
}

.BigBline
{
	background-color: black;
	color: gray;
	height: 3px;
	background: url(images/big_black_line.gif) repeat-x;
	padding: 0 0 0 0;
}




input[type=text],input[type=password], select 
{
	border: gray 1px solid;
	font-size:12px;
	color:gray;	
	text-align: right;
	font-family: Tahoma;
	width: 125px;
	
	-moz-border-radius: 4px;
}

.ctrDropDown 
{
	border: gray 1px solid;
	font-size:12px;
	color:gray;	
	text-align: right;
	font-family: Tahoma;
	width: 125px;
	
	-moz-border-radius: 4px;
}

.ctrDropDownClick 
{
	border: gray 1px solid;
	font-size:12px;
	color:gray;	
	text-align: right;
	font-family: Tahoma;
	width: auto;
	
	-moz-border-radius: 4px;
}

textarea 
{
	border: gray 1px solid;
	font-size:12px;
	color:gray;	
	text-align: right;
	font-family: Tahoma;
	width: 250px;
	height: 75px;
	-moz-border-radius: 4px;
}

input[type=submit]
{
	border: gray 1px solid;
	font-size:12px;
	color:gray;	
	text-align: right;
	font-family: Tahoma;
	-moz-border-radius: 4px;
}


.LunderS
{
	color: #464646;
	text-align: center;
}

.RunderS
{
	color: #464646;
	text-align: right;
}

.TheMenu
{
	background-color: #f5f5f5;
	color: #464646;
	height: 30px;
	vertical-align: middle;
	text-align: right;
}
.uMenu
{
	background-color: #f5f5f5;
	text-align: middle;
	vertical-align: middle;
}

.TheAdv
{
	background-color: #f5f5f5;
	color: #464646;
	height: 250px;
	vertical-align: top;
	text-align: center;
}

.HeadTop
{
	color: black;
	background: url(images/body_header.gif) repeat-y;
	background-position: top right;
	vertical-align: top;
	height: 44px;

}

.bolded
{
	font-weight: bold;
}

.Content
{
	color: black;
	background: url(images/body_bg.gif) repeat-y;
	background-position: top right;
	vertical-align: top;
	height: 440px;

}


.footer
{
	background-color: white;
	color: #464646;
	font-size: 10px;
	height: 30px;
	background: url(images/search_bg.gif) repeat-x;
	vertical-align: middle;
	text-align: right;
}

a
{
	color: #464646;
	text-decoration: none;
	/* font-weight: bold; */
}