BODY
{
	background-color:white;
	border:0;
	padding:0;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size:x-small;
	font-weight: 900;
	color: white;
	overflow: auto;


  /* background-color: #084E80;*/
   background-position: fixed;
   background-repeat:no-repeat ;

}
A:hover
{
	text-decoration: underline;
}

/***** CLASSES *****/

.TextStyle
{
	border: 1px solid #3b5779;
}

.Default
{
	/*color: #413B98;*/
	font-size:x-small;
	font-weight: 900;
}
.LoginCheckbox
{
	color: #3b5779;
	font-size:x-small;
}


/***************************************
			NEW STYLES
****************************************/
.LoginLeft
{
	
	background-position: right center;
	background-repeat: no-repeat;
	width: 151px;
	height: 197px;
}
.LoginRight
{
	
	background-position: left center;
	background-repeat: no-repeat;
	width: 151px;
	height: 197px;
}
.LoginElements
{
	padding-left: 10px;
}
.LoginHelp
{
	 position: relative;
	 left: 440px;
	 top: -45px;
}
.LoginButton
{
	
	background-image: url(../Images/LoginImages/btn_login.png);
	background-repeat: repeat-x;
	
	height: 123px;
	font-weight: 900;
	font-size: xx-small;
	vertical-align: middle;
	color: #F67B04;
	padding: 5px;
}
A
{
	font-size: medium;
	font-weight: 500;
	color: #413B98;
	text-decoration: none;
}
.ErrorMsg
{
	color: #ff0000;
	font-size: xx-small;
	font-weight: 900;
}
.TitleFont
{
	font-size: medium;
	color: #413B98;
	font-weight: 900;
}
.LoginBackground
{
	
	background-repeat: repeat-x;

}

.LoginBoxBackground
{
	background-image: url(../Images/LoginImages/Login_picture3.png);
	background-position: center center;
	background-repeat: repeat-x;
	
}

.LoginButtonLeft
{
	background-image: url(../Images/LoginImages/LoginButtonLeft.gif);
	height: 23px;
	width: 14px;
	vertical-align: middle;
}
.LoginButtonRight
{
	background-image: url(../Images/LoginImages/LoginButtonRight.gif);
	height: 23px;
	width: 14px;
	vertical-align: middle;
}
.LoginButtonRow
{
	background-image: url(../Images/LoginImages/LoginButtonBG.gif);
	background-repeat: repeat-x;
}
