@CHARSET "UTF-8";

img, div { behavior: url(iepngfix.htc) }

BODY {
	background-color: #013161;
	background-image: url("../img/background.jpg");
	background-repeat: repeat-x;
	padding: 0px;	
	margin: 0px;
	font-family: "SamsungImagination","Arial Narrow",arial;
	color: #fff; 	
	text-align: left;
}

a{
 color: #fff;
 text-decoration: none;
}

a:HOVER{
 text-decoration: underline; 
}

a.menu{
 font-size: 16px;
 color: #FFF; 
 text-decoration: none;   
}

a.menu:HOVER {
 color: #0083d7;	
}

.s{
 color: #0083d7;
 font-family: Verdana;
 font-size: 19px;
 margin: 1px;
}

div#valid{
 color: #FF5F5F;
}

/*Form elements*/
INPUT.button{
  width: 80px;
  border: 2px solid #0083d7;
  background-color: #0083d7;
  color: #0083d7;
  padding: 1px;
  margin: 0;
  color: #fff;
  cursor: pointer;
  font-family: "SamsungImagination","Arial Narrow",arial;
  font-size: 16px;
}

INPUT.button:HOVER{
  color: #002C72;
}

.link{
  display: block;
  height: 33px;
  width: 360px;
  font-size: 1.1em;
  font-weight: bold;
  border-top: 1px solid #fff;
  line-height: 1.8em;
  margin: 0px;
  padding: 0px;
  background-image: url("../img/arrow-right.png");
  background-position: 330;
  background-repeat: no-repeat;
}

.link:HOVER {
  background-color: #023769;
  text-decoration: none;
}


.link2{
  display: block;
  height: 33px;
  width: 360px;
  font-size: 1.1em;
  font-weight: bold;
  border-top: 1px solid #fff;
  line-height: 1.8em;
  margin: 0px;
  padding: 0px;
  background-image: url("../img/arrow-right.png");
  background-position: 310;
  background-repeat: no-repeat;
}

.link2:HOVER {
  background-color: #023769;
  text-decoration: none;
}

.hidden{
 display: none;
}