/*######################################
### Created By: Sasha Floto
### Date Created: March 2005
### Company: Sudo Designs
######################################*/

body,table{
	font-family: Verdana, Arial; 
	color: #615532; 
	font-size: 10pt;
}

body {
	scrollbar-arrow-color: #E5E1D3;
	scrollbar-base-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-base-color: #A0905E;
}

.rmsr{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/logo002.jpg);
}

.footer{
	font-family: Verdana, Arial; color: #E5E1D3;
	font-weight: bold;
	font-size: 10px;
}

a:link{
	text-decoration: none; 
	color: #A0905F; 
	font-weight: bold;
}

a:active{
	text-decoration: none; 
	color: #A0905F; 
	font-weight: bold;
}

a:visited{
	text-decoration: none; 
	color: #A0905F; 
	font-weight: bold;
}

a:hover{
	text-decoration: underline; 
	color: #615532; 
	font-weight: bold;
}

.h1{
	font-family: Verdana, Arial; 
	color: #E5E1D3; 
	font-size: 12pt;
}

.h2{
	font-family: Verdana, Arial; 
	color: #E5E1D3; 
	font-size: 11pt;
}

.bullets {
	list-style-image: url('../images/bullet.jpg');
	}

hr{
	background-image: ../images/line.jpg;
}

.headers {
	font-family: Verdana, Arial; color: #405089;
	font-weight: bold;
	font-size: 13px;
}

.tablefont{
	font-famil:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E5E1D3;
	background-color: #405089;
	font-weight: bold;	
}

.titles{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #405089;
	font-weight: bold;
}

.submitbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: capitalize;
	background-color: #405089;
	color: #FFFFFF;
	font-weight: bold;
}

.inputbg {
	background-attachment: fixed;
	background-image: url(/images/inputBg.jpg);
	background-repeat: x;
}

.signupbg {
	background-attachment: fixed;
	background-image: url(/images/inputBg2.jpg);
	background-repeat: no-repeat;
}

.loginbg {
	background-attachment: fixed;
	background-image: url(/images/loginBg.jpg);
	background-repeat: x;
}

.sideborders{
	border-style: solid; 
	border-left-width: 2px; 
	border-right-width: 2px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #405089;
}

.maintableborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #405089;
	border-right-color: #405089;
	border-bottom-color: #405089;
	border-left-color: #405089;
}

.logintable {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #405089;
	border-right-color: #405089;
	border-bottom-color: #405089;
	border-left-color: #405089;
}

.indent {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.selectbg {
	background-color: #ECECEC;
}