body, td, input, textarea, select
{
    font-family: Verdana, Arial, Helvetica;
    color: black;
    font-size: 12px;
}

body
{
    background-color: white;
}

a
{
    color: black;
}    
a:link
{
	text-decoration: none;
}

a:active
{
	text-decoration: underline;
}
a:visited
{
	text-decoration: none;
}
a:focus
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: underline;
}

h1
{
    font-size: 14px;
    font-weight: bold;
    color: #990000;
}
h2
{
    font-size: 12px;
    font-weight: bold;
    color: #990000;
}

.input_text
{
	font-size: 10px;
	font-weight: bold;
	height: 18px;
	width: 130px;
	border: #275BA7 2px solid;
	border-collapse: collapse;
}

.input_button
{
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	width: 130px;
	border: #275BA7 2px solid;
	border-collapse: collapse;
	background-color: #DEEBFE;
}

.error
{
    color: Red;
}
