html 
{
	background-color: #CCC;
	color: #0000ff;
}

body 
{
	margin-top: 25px;
	margin-bottom: 15px;
}

.tablemain 
{
	height: auto;
	min-height: 50%; 
	height: 80%; 
	background-color: #FFF;
	font-size: 12px;
	font-family: Georgia,Times New Roman,Times,serif;
}

.content_main 
{
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 30px;
	margin-right: 55px;
	font-size: 12px;
	font-family: Georgia,Times New Roman,Times,serif;
}

td
{
	vertical-align: top;
}

hr
{
	margin-left: 20;
	margin-right: 30;
	margin-top: 0;
	margin-bottom: 5;
}

p
{
	margin: 10px 0px 5px 0px;
}

h1
{
	font-size: 20px;
	font-family: Georgia,Times New Roman,Times,serif;
	text-align: left;
	color: #006;
}


h2
{
	font-size: 15px;
	font-family: Georgia,Times New Roman,Times,serif;
	color: #006;
}

h3 
{
	font-size: 12px;
	font-family: Georgia,Times New Roman,Times,serif;
	color: #006;
}




#footer
{
	text-align: right;
	height: 22px;
	color: #006;
	font-size: 10px;
	font-family: Georgia,Times New Roman,Times,serif;
	margin-left: 0;
	margin-right: 65;
	margin-top: 14;
	margin-bottom: 0;
}

#footer a
{
	text-decoration: none;
	color: #006;
}

#footer a:hover
{
	text-decoration: underline;
}


#credit
{
	text-align: center;
	color: #666;
	font-size: 11px;
	font-family: Georgia,Times New Roman,Times,serif;
	margin-left: 0;
	margin-right: 65;
	margin-top: 0;
	margin-bottom: 0;
}



/*-------------[List Style]-------------*/



ul#nav 
{
	color: #FFF;
	font-size: 16px;
	font-family: Georgia,Times New Roman,Times,serif;
	list-style: none;
	font-weight : bold;
	padding: 0px;
	margin-left: 0;
	margin-right: 30;
	margin-top: 8;
	margin-bottom: 0;
}

ul#nav li
{
	display: inline;
}

ul#nav li a 
{
	text-decoration: none;
	color: #fff;
	padding: 2px 7px 2px 7px;
/*	text-align: middle; */
/*	border-left : 1px solid #ccc;
	border-right : 1px solid #666;	*/
/*	border-top : 1px solid #eee;
	border-bottom : 1px solid #aaa;*/
	border-left : 1px solid #fff;
	border-right : 1px solid #000;
	
}


/*-------------[Rollover item]-------------*/
ul#nav li a:hover
{
	border-left : 1px solid #777;
	border-right : 1px solid #bbb;

}


/*-------------[Active item]-------------*/
ul#nav li a:link#nav_active, ul#nav li a:visited#nav_active
{
	color: #006;
}  




/*----------[Child pages of a parent page]------------*/

ul#child 
{
	color: #000;
	font-size: 12px;
	font-family: Georgia,Times New Roman,Times,serif;
	list-style: none;
	font-weight : bold;
	padding: 0px;
	margin-left: 27;
	margin-right: 30;
	margin-top: 8;
	margin-bottom: -5;
}

ul#child li
{
	display: inline;
}

ul#child li a 
{
/*	text-decoration: none; */
	color: #000;
/*	text-align: middle; */
/*	border-top : 1px solid #ccc;
	border-bottom : 1px solid #666;	
	background-color : #ccc; 
	border-top : 1px solid #eee;
	border-bottom : 1px solid #aaa;
	border-left : 1px solid #eee;
	border-right : 1px solid #aaa;
	*/
}


/*-------------[Rollover item]-------------*/
ul#child li a:hover
{
	color: #006;
	text-decoration: none; 
}




