html,body {
	background: #A1A1A1;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


table,td {
	font-family: "Trebuchet MS",arial,sans-serif;
	font-size: 13px;
	color: #000000;
}


.title {
	font-size: 16px;
	font-weight: bold;
}


form 
{ 
	margin : 0; padding : 0; 
}


A {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #336699;
}

A:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #336699;
}

A:hover {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #336699;
}


A.white {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}

A:active.white {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}

A:hover.white {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}

select
{
	border-style: inset; 
	border-color: ABABAB; 
	border-width:1px;
	padding: 1px;
	color:000000;
	background-color: FFFFFF;
	font-family: "Trebuchet MS",arial,sans-serif;
	font-weight: normal;
	font-size: 12px;
}

input.standard
{
	border-style: inset; 
	border-color: ABABAB; 
	border-width:1px;
	padding: 1px;
	color:000000;
	background-color: FFFFFF;
	font-family: "Trebuchet MS",arial,sans-serif;
	font-weight: normal;
	font-size: 12px;
}