/* CSS Document */

.LogInBox {
width: 575px;
height: 209px;
margin: auto;
background: url(_i/LogInBox.gif) no-repeat top left;
}
.LogInBox table {
margin: auto;
}
.headerBox{
	height: 120px;
	width: 606px;
	margin: 0 0 5px;
}
.titleBoxGreen{
	width: 385px;
	height: 100px;
	margin-right: 5px;
	float: left;
	border: 1px solid #466d29;
	background: #5d9732;
	padding: 10px;
}
.imageBoxGreen{
	width: 192px;
	height: 120px;
	float: left;
	border: 1px solid #466d29;
	background: #ffffff;
}
.titleBoxBlue{
	width: 385px;
	height: 100px;
	margin-right: 5px;
	float: left;
	border: 1px solid #005e97;
	background: #0077c0;
	padding: 10px;
}
.imageBoxBlue{
	width: 192px;
	height: 120px;
	float: left;
	border: 1px solid #005e97;
	background: #ffffff;
}
.titleBoxPurple{
	width: 385px;
	height: 100px;
	margin-right: 5px;
	float: left;
	border: 1px solid #660a70;
	background: #851e91;
	padding: 10px;
}
.imageBoxPurple{
	width: 192px;
	height: 120px;
	float: left;
	border: 1px solid #660a70;
	background: #ffffff;
}
.titleBoxRed{
	width: 385px;
	height: 100px;
	margin-right: 5px;
	float: left;
	border: 1px solid #770022;
	background: #ab0534;
	padding: 10px;
}
.imageBoxRed{
	width: 192px;
	height: 120px;
	float: left;
	border: 1px solid #770022;
	background: #ffffff;
}
.titleBoxOrange{
	width: 385px;
	height: 100px;
	margin-right: 5px;
	float: left;
	border: 1px solid #c5590f;
	background: #f18033;
	padding: 10px;
}
.imageBoxOrange{
	width: 192px;
	height: 120px;
	float: left;
	border: 1px solid #c5590f;
	background: #ffffff;
}
.titleBoxYellow{
	width: 385px;
	height: 100px;
	margin-right: 5px;
	float: left;
	border: 1px solid #b68708;
	background: #f0b310;
	padding: 10px;
}
.imageBoxYellow{
	width: 192px;
	height: 120px;
	float: left;
	border: 1px solid #b68708;
	background: #ffffff;
}
h2.headerTitle .Head{
	color: #ffffff;
	font-size: 28px;
	text-transform:none;
	font-weight:normal;
	line-height: 100px;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
