/*class redefinitions*/

a:link {
	color: #3448fe;
	text-decoration: none;
}

a:active {
	color: #3448fe;
	text-decoration: none;
}

a:visited {
	color: #3448fe;
	text-decoration: none;
}

a:hover {
	color: #3448fe;
	text-decoration: underline;
}

table {
	margin-top: 0px;
	margin-bottom: 0px;
}

div {
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	margin: 0px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

select {
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 3;
	margin-left: 5;
}

hr {
	border-top: 1px solid #ffffff;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

img {
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	margin: 0px;
	padding: 0px;
}

/*custom classes*/

.bodyDiv {
	position:absolute;
	left:50%;
	padding: 0px;
	width: 604px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -302px;
	background: #7d8aff;
}

.logoDiv {
	position: relative;
	left: 0px;
	top: 0px;
	width: 604px;
	height: 85px;
	margin: 0px;
	padding: 0px;
	background-image: url('../graphics/title.jpg');
}

.contentHolder {
	position: relative;
	left: 0px;
	top: 0px;
	width: 604px;
	margin: 0px;
	padding: 0px;
	background: #7d8aff;
}

.menuDiv {
	position: relative;
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px;
	background: #7d8aff;
}

.contentDiv {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 464px;
	margin: 0px;
	padding: 0px;
	background-color: #c1c7fe;
}

.baseline {
	position: static;
	float: left;
	width: 604px;
	height: 45px;
	font-family: sans-serif;
	font-size: 16px;
	color: #ffffff;
	padding: 0px;
	border: none;
	background: #ffffff;
	text-align: center;
	vertical-align: middle;
	background-image: url('../graphics/baseline.jpg')
}

.body1 {
	background: #FFFFFF;
	font-family: sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.header1 {
	font-family: sans-serif;
	font-size: 16px;
	background-color: #d4d4f9;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: none;
	position: static;
}

.divmenu {
	background-color: #c1c7fe;
	margin: 5px;
	padding: 5px;
	text-align: center;
}

.divmenutop {
	background-color: #c1c7fe;
	margin: 5px;
	padding: 5px;
	text-align: center;
	margin-top: 0px;
}

/*table elements*/

.divtable {
	border: none;
	text-align: left;
	vertical-align: top;
	color: #000000;
	margin: 0px;
	padding: 0px;
	position: static;
	width: 100%;
}

.cell20 {
	background-color: #efefff;
	font-family: sans-serif;
	font-size: 12px;
	margin: 0px;
	border-bottom: 1px solid #c1c7fe;
	border-left: 1px solid #c1c7fe;
	padding: 2px;
	position: relative;
	float: left;
	width: 88px;
	overflow: none;
}

.cell30 {
	background-color: #efefff;
	font-family: sans-serif;
	font-size: 12px;
	margin: 0px;
	border-bottom: 1px solid #c1c7fe;
	border-left: 1px solid #c1c7fe;
	padding: 2px;
	position: relative;
	float: left;
	width: 133px;
	overflow: none;
}

.cell40 {
	background-color: #efefff;
	font-family: sans-serif;
	font-size: 12px;
	margin: 0px;
	border-bottom: 1px solid #c1c7fe;
	border-left: 1px solid #c1c7fe;
	padding: 2px;
	position: relative;
	float: left;
	width: 178px;
	overflow: none;
}

.cell60 {
	background-color: #efefff;
	font-family: sans-serif;
	font-size: 12px;
	margin: 0px;
	border-bottom: 1px solid #c1c7fe;
	border-left: 1px solid #c1c7fe;
	padding: 2px;
	position: relative;
	float: left;
	width: 268px;
	overflow: none;
}

.cell80 {
	background-color: #efefff;
	font-family: sans-serif;
	font-size: 12px;
	margin: 0px;
	border-bottom: 1px solid #c1c7fe;
	border-left: 1px solid #c1c7fe;
	padding: 2px;
	position: relative;
	float: left;
	width: 358px;
	overflow: none;
}

.classTitle {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
}
