a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
body {
	background-color: #9C9C9C;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
}
.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}
.style7 {color: #999999}
.login {
	background-color: #CCCCCC;
}
.loginTextBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #E8E8E8;
	font-weight: normal;
	font-size: 14px;
}
bodylogin {

	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.header {
	background-image: url(../images/bg-header.jpg);
	background-repeat: repeat-x;
	top: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.passwordLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 15px;
}


// ERROR AND INFO BOXES
.info2 {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #D8E5F8 url(images/status-info.png) 10px 50% no-repeat;
	text-indent: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.info {
	color: #0055BB;
	text-indent: 40px;
	padding-top: 10px;
	padding-bottom: 6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #D8E5F8;
	background-image: url(/images/status-info.png);
	background-repeat: no-repeat;
	background-position: 8px 50%;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #629de3;
	border-right-color: #629de3;
	border-bottom-color: #629de3;
	border-left-color: #629de3;
}
.error {
	color: #c00;
	text-indent: 40px;
	padding-top: 10px;
	padding-bottom: 6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #FFD6D6;
	background-image: url(/images/status-alert.png);
	background-repeat: no-repeat;
	background-position: 8px 50%;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #fe7b7a;
	border-right-color: #fe7b7a;
	border-bottom-color: #fe7b7a;
	border-left-color: #fe7b7a;
}
.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
