/* CSS Document */

body,td,th {
	color: #0C95FE;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
}
body {
	background-color: #000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

.headerText{
	text-decoration: underline;
}

.mainPage {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0C95FE;
}

.captureStyle {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0C95FE;
}

.leftPageView{
	background-image: url(images/background2.jpg);
}

#mainBodyColor {
	BACKGROUND-COLOR: #0C95FE;
}

#dataBodyStyle {
	background-color: #000000;
}

#headerLine {
	BACKGROUND-COLOR: #000000;
}

#menuStyle {
	background-image: url(images/Menu1.jpg);
}

#contentBack{
	background-image: url(images/background3.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#mainBack{
	background-image: url(images/hummerMotion1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color:#0C95FE;
	position: static;
	bottom:-1px;
	line-height: 20px;
	width:100%;
}

#footer a:link, #footer a:visited {
	color: #000000;
}

#footer a:hover{
	text-decoration: underline;
	color: #0000FF;
}
