
body {
	background-color: #9bb3b8;
	font-family: "Tahoma",Arial;
	font-size:12px;
		margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.TopTable {
	background-image: url(/frontpageImages/top_white.jpg);
	background-repeat: no-repeat;
	width:760px;
	height:73px;
	
}
.NaviTextOn { float:right; width:96px;height:73px;background:url("/frontpageImages/nav_on.jpg") 0 0 no-repeat;}
.NaviTextOff {float:right;width:96px;height:73px;background:url("/frontpageImages/nav_off.jpg") 0 0 no-repeat;}
.NaviLinkOn {display:block;width:96px; text-align:center;position:relative;top:25px;color:#ffffff;text-decoration:none;font-family: "Tahoma",Arial;font-size:14px;}
.NaviLinkOff {display:block;width:96px; text-align:center;position:relative;top:25px;color:#000000;text-decoration:none;font-family: "Tahoma",Arial;font-size:14px;}


.maintable {
	
	width:600px;
}
.slogan {font:10px "Trebuchet MS", Arial, sans-serif; color:#555555; height:30px;margin:0; text-transform:uppercase; letter-spacing:1px;}
.minput {font-family: Arial;font-size: 14px;border: solid 1px #85b1de;background-color: #f8fdff;height:20px;}
.aLoginTitle{}
.errMsg {font-family: Arial;font-size: 10px;color:Red;}
.aLinks {font-family: Arial;font-size: 10px;color:Blue;}
.imgLoginBtn{}
.aTitle {
	background-image: url(/frontpageImages/title.jpg);
	background-repeat: no-repeat;
	width:533px;
	height:20px;
	

}
.emailLogin{position:relative;top:20px;}
.aTitleSmall {
	background-image: url(/frontpageImages/title_small.jpg);
	background-repeat: no-repeat;
	width:363px;
	height:14px;
	

}

.aTitleText {
position:relative;
top:-22px;
left:20px;
font:18px "Tahoma", Arial, sans-serif; color:#a3a3a3;

}

.smallTextGray
{
    color:Gray;
    font-size:10px;
    font-family:Arial;
    }
    
.atopDate{
position:absolute;
top:28px;
padding-left:40px;
 color:Gray;
    font-size:10px;
    font-family:Arial;

}
.aPassTitle{position:relative;top:35px;left:100px;}



.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	width:100%;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
