﻿body 
{
	margin: 0;
	font-family: Arial;
	background-color: #1b2147;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}

div.app
{
	margin: 0 auto;
	width: 800px;
	height: 1px;
	text-align: center;
}

table.big
{
	border-collapse: collapse;
	background-color: #FFFFFF;
	border: solid 1px #dbdbda;
	height: 550px;
	width: 760px;
}
td.header
{
	padding: 5px;
	height: 70px;	
	vertical-align: top;
}
.lightgray
{
	color: #575757;
	background-color: #F9F9F8;
	font-size: 11pt;
}
a, a:hover, a:visited
{
	color: #008de8;
	font-weight: bold;
	text-decoration: none;	
}
.info_text
{
	color: #575757;
	font-weight: bold;
	text-decoration: none;
	font-size: 11pt;
}
.error_text
{
	color: #008de8;
	font-weight: bold;
	text-decoration: none;
	font-size: 11pt;
}
.head_text
{
	color: #003479;
	margin-top: 0px;
	font-weight: bold;
	text-decoration: none;
	font-size: 16pt;
}
.head_category
{
	color: #008DE8;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 11pt;
}
.textbox_label
{
	color: #575757;
	font-weight: bold;
	font-size: 8pt;	
}
.input_menu, .button_menu
{
	font-family: Arial;
	font-size: 11 pt;
}
.terms_of_use
{
	font-family: Arial;
	font-size: 8pt;
}
