/*
* $Id: style01.css,v 1.4 2001/04/18 11:24:32 jpadilla Exp $
*/
A:link
{
	color: #0066FF;
}

A:visited
{
	color: #990000;
}

A:active
{
	color: #990000;
}

A:hover
{
	color:#ffff99;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	margin: 0px
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #002282;
}

.headline
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #002282;
}

.gray
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #676767;
}

.graySubHeadline
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 630;
	color: Black;
}

.graySmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #black;
}

.whiteSmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #002282;
}

.whiteLarge
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #002282;
}

.darkblueLarge
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: 1D5F7C;
}

.error
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: ff0000;
}

.errorBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: ff0000;
}

.errorHeadline
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: ff0000;
}

.copyright
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #454545;
}

input,textarea, select {
color : #000000;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 11px;
font-weight : normal;
border-color : #000000;
}

input, textarea, select {
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px;  
}

input { text-indent : 2px; }

input.button {
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px;  
}
.enter_text {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
}
