/* CSS Document */
body
{ 
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 13px;
	background-color: #B0CDEF;
}

span.title
{
	color: #000000;
	font-size: 18px;
	padding: 5px;
}

span.subtitle
{
	font-size: 16px;
	padding: 5px;
}

img
{
	border: 0px;
}

A.menu
{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #7C9352;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}

A.menu:link
{
	text-decoration: underline;
	color: #7C9352;
}

A.menu:visited
{
	text-decoration: underline;
	color: #7C9352;
}

A.menu:hover
{ 
	text-decoration: none;
	color: #ff0000;
}
	
A.onmenu
{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #FF0000;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}

A.onmenu:link
{
	text-decoration: underline;
	color: #FF0000;
}

A.onmenu:visited
{
	text-decoration: underline;
	color: #FF0000;
}

A.onmenu:hover
{ 
	text-decoration: none;
	color: #ff0000;
}

.sigle
{
	padding-top: 7px;
	text-align: center;
	display: block;
}


.tablecontent {
	
}

.maincontent {
	text-align: justify;
	border: 1px dashed #CCCCCC;	
	min-height: 350px;
	padding: 2px 10px 10px 10px;
}

.tdcontent
{
	background-color:#FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
td.copyright {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #ffffff;
	background-color: #7C9352;
}

a:link
{
	color: #7C9352;
	text-decoration: underline;
}

a:visited
{
	color: #7C9352;
	text-decoration: underline;
}

a:hover
{
	color: #FF0000;
	text-decoration: underline;
}

.imgtable td
{
	text-align: center;
}
