/*---------------------
		Elements
---------------------*/
body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #CCCCCC;
	}
a {
	text-decoration: none;
	color: #464664;
	}
a:hover {
	color: #FFFFFF;
	}
table {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
hr {
	color: #999999;
	background-color: #999999;
	height: 2px;
	}
h1 {
	color: #464664;
	}
h2 {
	color: #8F8466;
	}
h3 {
	color: #FF0000;
	display: inline;
	}
h5 {
	font-weight: bold;
	font-size: 12px;
	display: inline;
	line-height: 24px;
	padding: 8px;
	}
/*---------------------
		  IDs
---------------------*/
#wrapper {
	width: 784px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
#marquee {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	background-color: #A2A4BB; /*#8F8466; original color (SAVE)*/
	padding: 10px 2px 5px 2px;
	height: 30px;
	border-bottom: solid 10px #FFFFFF;
	}
#header {
	background-color: #464664;
	text-align: center;
	padding: 35px 0px;
	}
#navBar {
	background-color: #FFFFFF;
	height: 26px;
	}
#contentHome {
	clear: left;
	}
#contentAll {
	display: None;
	}
#loginInner {
	border: #000000 solid 1px;
	padding: 6px;
	}
#footer {
	clear: both;
	padding: 10px 0;
	text-align: center;
	border-bottom: solid 2px #464664;
	border-left: solid 2px #464664;
	border-right: solid 2px #464664;
	background-color: #FFFFFF;
	height: auto;
	}
/*---------------------
		Classes
---------------------*/
.picture1 {
	float: left;
	}
.login {
	float: left;
	width: 234px;
	height: 238px;
	background-color: #A2A4BB; /*#8F8466; original color (SAVE)*/
	border: #000000 solid 1px;
	padding: 10px 9px 0px 9px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	}
* html .login {
	height: 20px;
	}
.login h2 {
	color: #FFFFFF;
	font-size: 18px;
	}
.signUP a {
	background-color: #CCCCCC;
	text-decoration: none;
	padding: 2px;
	border: solid #000000 1px;
	}
.signUP a:hover {
	background-color: #999999;
	color: #FFFFFF;
	}
.picture2 {
	float: left;
	}
.bold {
	font-weight: bold;
	}
.boldItalic {
	font-weight: bold;
	font-style: italic;
	}
.cAlign {
	text-align: center;
	font-size: 10px;
	}
.tinyPrint {
	font-size: 9px;
	}