/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
}
body {
	background-color: #f5f5f5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/BG1.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #990000;
}
h2 {
	font-size: 16px;
	color: #000000;
}
h3 {
	font-size: 14px;
	color: #333333;
}

.style1 {
	font-size: 14px;
	font-weight: bold;
	color: #990101;
}
.infotitle {
	font-size: 18px;
	font-weight: bold;
	color: #990101;
}

.outline {border: 1px solid #222222;}

.inputbox {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #222222;
  background-color: #fafafa;
  border: 1px solid #222222;
  padding: 2px 4px 2px 4px;
}

input[type=submit],
input[type=reset],
input[type=button] {
    border-color: #111111;
    border-style: solid;
    border-width: 1px;
    background-color: #316494;
    color: #eeeeee;
    font-size: 11px;
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
    background-color: #183762;
	color: #ffffff;
	cursor:pointer;
}

.nav1 {
	font-size: 10px;
	color: #DDDDDD;
	font-weight:bold;
}
.nav1 a:link {
    font-size: 10px;
 	color: #DDDDDD;
	text-decoration: none;
}
.nav1 a:visited {
    font-size: 10px;
 	color: #DDDDDD;
	text-decoration: none;
}
.nav1 a:hover {
    font-size: 10px;
 	color: #FFFFFF;
	text-decoration: underline;
}
.nav1 a:active {
    font-size: 10px;
 	color: #DDDDDD;
	text-decoration: underline;
}

.footer {
	font-size: 10px;
	color: #333333;
	font-weight:bold;
}
.footer a:link {
    font-size: 10px;
 	color: #CC0000;
	text-decoration: underline;
}
.footer a:visited {
    font-size: 10px;
 	color: #990000;
	text-decoration: underline;
}
.footer a:hover {
    font-size: 10px;
 	color: #CC0000;
	text-decoration: underline;
}
.footer a:active {
    font-size: 10px;
 	color: #990000;
	text-decoration: underline;
}
