html, body
{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #1B1B1B;
	text-align: justify;
}

table
{
	text-align: justify;
}

a
{
	text-decoration: none;
	color: #D00248;
}
a:hover
{
	text-decoration: underline;
	color: #D00248;
}

a.top_menu
{
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
a.top_menu:hover
{
	text-decoration: none;
	color: #FF0053;
	font-size: 11px;
	font-weight: bold;
}

.internal
{
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #1B1B1B;
}

.inputField
{
	font-family: "Bitstream Vera Sans" , tahoma, verdana, "Trebuchet MS" , "Helvetica" , sans-serif, sans;
	font-size: 10px;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff;
	border-color: #000000;
}

.inputButton
{
	font-family: "Bitstream Vera Sans" , tahoma, verdana, "Trebuchet MS" , "Helvetica" , sans-serif, sans;
	font-size: 10px;
	color: #ffffff;
	border-style: solid;
	border-width: 1px;
	background-color: #C67C7C;
	border-color: #000000;
}
