/* Default CSS Stylesheet for a new Web Application project */
@import url('ctl.css');
@import url('frm.css');

body
{
	width: 770px;
	margin: 0px auto 0px auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
}

input
{
	font-family: Verdana;
	font-size: 10;
}

select
{
	font-family: Verdana;
	font-size: 10;
}

a
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #104480;
}

a:visited
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #E5A311;
}

img
{
	border: 0px;
}

a img
{
	border: 0px;
}

em
{
	display: block;
	font-weight: bold;
	font-style: normal;
}

ul
{
	margin-left: 0px;
	padding-left: 15px;
	/*background-color: yellow;*/
}

h1
{
	display: block;
	margin: 0px 0px 10px 0px;
	color: #E1A834;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	/*background-color: Fuchsia;*/
}