
html 		{
		margin: 0;
		padding: 0;
		}

body 		{ 
		font: 10px "Lucida Grande", 
			"Lucida Sans Unicode", sans-serif;
		color: #555753; 
		background: white; 
		position: relative;
		text:center
		}

p		{
		font: 12px "Lucida Grande","Lucida Sans Unicode", sans-serif;
		padding-bottom: 5px;
		margin:0;
		}



h1		{
		color:red;
		font:16px "Lucida Grande", "Lucida Sans Unicode",san-serif;
		padding-bottom: 5px;
		margin:0;
		}

h2		{
		color:red;
		font:14px "Lucida Grande", "Lucida Sans Unicode",san-serif;
		padding:10px 0px 0px 0px;
		margin:0;
		}

h3		{
		color:black;
		font:12px "Lucida Grande", "Lucida Sans Unicode",san-serif;
		padding:0;
		margin:0;
		}

a:link, a:visited	
		{
		color=5282A7;
		text-decoration: none;
		font:14px "Lucida Grande", "Lucida Sans Unicode",san-serif;
		}


table.main 	{
		table-layout:fixed;
		background: white;
		empty-cells: show
		align:center;
		height:100%;

		}

table.main td	{
		vertical-align: top;
		}

	.top_td
		{
		background-color: white;
		height=20;
		}


	.logo_td
		{
		background-color:#5282A7;
		height:150;
		border=3;
		vertical-align:bottom;
		padding:0;
		margin:0;


		}
	.content_td
		{
		background-color: white;
		font: 12px "Lucida Grande","Lucida Sans Unicode", sans-serif;
		}

	.table_hd
		{
		color:#5282A7;
		background-color:white;
		font: 12px "Lucida Grande","Lucida Sans Unicode", sans-serif;
		height=15;
		}


		
	.footer_td
		{
		height=20;
		}


a:link, a:visited	
		{
		color=5282A7;
		text-decoration: none;
		font:14px "Lucida Grande", "Lucida Sans Unicode",san-serif;
		}


#list_item	{
		font: 12px "Lucida Grande","Lucida Sans Unicode", sans-serif;
		padding:0;
		margin:0;
		}

#logo_name
		{
		color=#FFFF00;
		text-decoration: none;
		font:28px "Palatino Linotype", serif;
		font-variant: small-caps;
		font-weight: 900;
		line-height: 90%
		padding:0;
		margin:0;
		}

#logo_line	{
		color=white;
		text-decoration: none;
		font:11px "Lucida Grande", "Lucida Sans Unicode",san-serif;
		}



		
#indent_txt	{
		text-indent:25px;
		font:11px "Lucida Grande", "Lucida Sans Unicode",san-serif;
		}



#nav-bar a:hover
		{color= black; 
		font:14px "Lucida Grande", "Lucida Sans Unicode",san-serif;

		}

#footer		{
		font: 8px;
		align:right;
		}




