BODY
	{
		font-family:  "century gothic";
		font-weight:  "bold";
		color: "white";
	}
		
a
	{
		text-decoration: none;
		font-weight: normal;
		font-family: "century gothic";
		font-size: "11"
		color: white;
	}

a:hover
	{
		text-decoration: underline;
		font-weight: bold;
		font-family: "century gothic";
		font-size: "11"
	}

p
	{
		text-align: "left";
		font-size: "13";
	}

font
		{
			font-size: 12;
			text-indent: 10;
		}

img
		{
			border-color: "#366C9B";
		}

td
	{
		font-size: 12;
	}

input
		{
			background: #25416C;
			color: white;
			font-family: "century gothic";
			font-size: 12;
		}

select
		{
			background: #25416C;
			color: white;
			font-family: "century gothic";
			font-size: 12;
		}

textarea
		{
			background: #25416C;
			color: white;
			font-family: "century gothic";
			font-size: 12;
		}