body
{
	font-family: arial;
	font-size: 14px;
	text-align: center;
}

a
{
	text-decoration: underline;
	color: blue;
}

a:link    
{ 
    text-decoration: underline;
    color: #0099ff; 
}

a:visited    
{ 
    text-decoration: underline;
    color: #0099ff; 
}

a:active  
{ 
    text-decoration: underline;
    color: #0099ff; 
}

a:hover
{
    text-decoration: underline;
    color: green;
}

div
{
	overflow: hidden;
	text-align: justify;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-width: 0px;
	font-family: arial;
	font-size: 14px;
}

tr
{
}

td
{
	vertical-align: middle;
}

h1
{
	color: #ffffff;
	font-size: 6px;
}

form
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-width: 0px;
}

input
{
	background-color: #460CA5;
	color: #ffffff;
	font-family: arial;
	font-size: 14px;
	border-top: solid 1px #003022;
	border-left: solid 1px #003022;
	border-bottom: solid 1px #4b6278;
	border-right: solid 1px #4b6278;
}

textarea
{
	background-color: #460CA5;
	color: #ffffff;
	font-family: arial;
	font-size: 14px;
	border-top: solid 1px #003022;
	border-left: solid 1px #003022;
	border-bottom: solid 1px #4b6278;
	border-right: solid 1px #4b6278;
}

select
{
	background-color: #460CA5;
	color: #ffffff;
	font-family: arial;
	font-size: 14px;
	border-top: solid 1px #003022;
	border-left: solid 1px #003022;
	border-bottom: solid 1px #4b6278;
	border-right: solid 1px #4b6278;
	text-align: center;
}

button
{
	background-color: #460CA5;
	color: #ffffff;
	font-family: arial;
	font-size: 14px;
	border-top: solid 1px #003022;
	border-left: solid 1px #003022;
	border-bottom: solid 1px #4b6278;
	border-right: solid 1px #4b6278;
}

.button
{
	background-color: #460CA5;
	color: #ffffff;
	font-family: arial;
	font-size: 14px;
	border-top: solid 1px #003022;
	border-left: solid 1px #003022;
	border-bottom: solid 1px #4b6278;
	border-right: solid 1px #4b6278;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

.justify
{
	text-align: justify;
}

.bold
{
	font-weight: bold;
}

.valign
{
	vertical-align: middle;
}

.table_body
{
	width: 950px;
}

.header
{
	height: 88px;
}
