/* CSS Document */

a:link {
color: gray;
text-decoration: none;
font-style: normal;
font-family: Tahoma,Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:normal;
}

a:visited {
color: darkgray;
text-decoration: none;
font-style: normal;
font-family: Tahoma,Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:normal;
}

a:hover {
color: #e23308;
text-decoration: none;
font-style: normal;
font-family: Tahoma,Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:normal;
}

a:active {
color:  gray;
text-decoration: underline;
font-style: normal;
font-family: Tahoma,Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:normal;
}

a.white:link {
color: white;
text-decoration: none;
font-style: normal;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}

a.white:visited {
color: white;
text-decoration: none;
font-style: normal;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}

a.white:hover {
color: #FF9900;
text-decoration: none;
font-style: normal;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bolder;
}

a.white:active {
color: #CCCCCC;
text-decoration: none;
font-style: normal;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}

a.hp:link {
color: #666666;
text-decoration: underline;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}

a.hp:visited {
color: #666666;
text-decoration: none;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}

a.hp:hover {
color: #FF9900;
text-decoration: none;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bolder;
}

a.hp:active {
color: #666666;
text-decoration: none;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}

a.sub:link {
color: #012558;
text-decoration: none;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}

a.sub:visited {
color: #012558;
text-decoration: none;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}

a.sub:hover {
color: blue;
text-decoration: none;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}

a.sub:active {
color: #012558;
text-decoration: none;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}

a.sub2:link {
color: #012558;
text-decoration: none;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

a.sub2:visited {
color: #012558;
text-decoration: none;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

a.sub2:hover {
color: blue;
text-decoration: none;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

a.sub2:active {
color: #012558;
text-decoration: none;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

body {
color: black;
font-style: normal;
font-family: Arial, Helvetica, sans-serif ;
font-size: 10px;
font-weight: normal;
}

.leftside {
background-image: url("/src/img/left-side.gif");
background-position: right;
width:400px;
}

.rightside {
background-image: url("/src/img/right-side.gif");
width:400px;
}

.headbkg {
background-image: url("/src/img/right-side.gif");
width:744px; height: 192px;
}

.base {
	position: relative; 
	background-image:url("/src/img/back001.jpg"); 
	background-position: bottom; 
	background-repeat: no-repeat; 
	background-color: #002451;
	width: 744px;
	}

ul {
color: black;
font-style: normal;
font-family: Arial, Helvetica, sans-serif ;
font-size: 10px;
font-weight: normal;
}

li {
color: black;
font-style: normal;
font-family: Arial, Helvetica, sans-serif ;
font-size: 10px;
font-weight: normal;
}

p {
color: black;
font-style: normal;
font-family: Arial, Helvetica, sans-serif ;
font-size: 10px;
font-weight: normal;
}

b {
color: black;
font-style: normal;
font-family: Arial, Helvetica, sans-serif ;
font-size: 11px;
font-weight: bolder;
}

sup {
color: #012558;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 7px;
font-weight: lighter;
}

sup.headline {
color: blue;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: lighter;
}

h1 {
color: #002655;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 30px;
font-weight: bold;
}

h2 {
color: #002655;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 25px;
font-weight: bold;
}

h3 {
color: #002655;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
}

h4 {
color: #002655;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
}

h5 {
color: #002655;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}

option.test {
color: #002655;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
}

hr {
  border: 0;
  width: 80%; 
  color:#006633; 
  height:2px;
}