body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	width: 100%;
	background-color: #B2B2B2;
	background-image:url(../img/new_interface/background.jpg)
}
.address, blockquote, caption, center, dd, dir, div, dl, dt, form, menu, li, ol, p, pre, td, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
.text10 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}
.orangeText {
	color: FF9200;
}.whiteText {
	color: FFFFFF;
}
.subSectionFont {
	font-size: 14px;
	color: #007EA3;
}
a:link
	{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	}

a:visited
	{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	}

a:hover
	{
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}
.forms
	{
	background-color: #FFFFFF;
	font-size: 11px;
	color:#666666;
	border: 1px solid #666666;
	padding-right: 4px;
	padding-top: 2px;
	padding-left: 4px;
	font-family: Tahoma, Arial, sans-serif;
}

#loginButton{
padding:0 0 0 0;
float:right;
position:relative;

}

#loginButton a.login{
	display:block;
	width:176px;
	height:33px;
	background:transparent url(../img/button01.png) no-repeat;
	}
	
#loginButton a.login:hover{
	background:transparent url(../img/button02.png) no-repeat;
	}