/* default font size*/
@import url(xx-small.css);

/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd	{
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
}

/*--------------------------------- Default -----------------------------------------------*/
h1 {
  font-size: 130%;
  font-weight: bold;
  color: #000000;
}

h2 {
  font-size: 110%;
  font-weight: bold;
  color: #000000;
}

h3 {
  font-size: 100%;
  font-weight: bold;
  color: #000000;
}

h4 {
  font-size: 100%;
  color: #ffffff;
}

a:link {
	font-family: Verdana;
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana;
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-family: Verdana;
	color: #ffffff;
	text-decoration: underline;
}
.border {
	border: 1px solid #B2BABD;
}
.header {
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
    color: #000000;
	font-weight: bold;
}
INPUT {
font-family: Verdana;
background: #6190cb;
color: #ffffff;
border: 1px #ffffff solid
}
TEXTAREA { 
font-family: Verdana;
background: #6190cb;
color: #ffffff;
border: 1px #ffffff solid
}
SELECT { 
font-family: Verdana;
background: #6190cb;
color: #ffffff;
}
OPTION { 
font-family: Verdana;
background: #6190cb;
color: #ffffff;
border: 1px #ffffff solid
}

a.obw:link {
	font-family: Verdana;
	color: #6190cb;
	text-decoration: underline;
}
a.obw:visited {
	font-family: Verdana;
	color: #6190cb;
	text-decoration: underline;
}
a.obw:hover {
	font-family: Verdana;
	color: #6190cb;
	text-decoration: none;
}
a.obw:active {
	font-family: Verdana;
	color: #6190cb;
	text-decoration: underline;
}