body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background: #FFFFFF;
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	color: #000000;
	background: #EFE6D7;
}

/* Input CSS */

SELECT, option, input, textarea {font-family: verdana; font-size: 11px; color: #000000; background-color: #FFFFFF; border: 1px #000000 solid}

/* Front end Layout CSS */

/* Backend Layout CSS */

.title_class {
	width: 748px;
	text-align: left;
	background: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-top: 20px;
}

.welcome_class {
	width: 748px;
	text-align: right;
	height: 20px;
	background: #526270;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-color: #000000;
}

.wrapper_class {
	width: 748px;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-color: #000000;
	background-image: url("images/back.jpg");
}

.nav_class {
	width: 149px;
	background: #000000;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #000000;
	float: left;
	text-align: left;
	color: #FFFFFF;
}

.content_class {
	width: 586px;
	float: right;
	text-align: left;
}


.tinytext_class {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.footer_class {
	width: 748px;
	text-align: left;
	height: 20px;
	background: #526270;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-color: #000000;
}

.tcs_class {
	width: 750px;
	text-align: right;
}

.maincat {
	margin-top: 7px;
	margin-bottom: 7px;
	font-weight: bold;
	background: #627586;
	border-style: solid;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-color: #000000;
}

/* Text CSS */

/* Text Layout CSS */

/* Link CSS */

a:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration : none; 
	color : #9A9B9B;
}	
a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	text-decoration: none;
	color: #9A9B9B;
}
a:hover {text-decoration : underline; color : #9A9B9B;}

a.whitelink:link {text-decoration : none; color : #FFFFFF;}	
a.whitelink:visited {text-decoration : none; color : #FFFFFF;}
a.whitelink:hover {text-decoration : underline; color : #FFFFFF;}

a.blacklink:link {text-decoration : none; color : #000000;}	
a.blacklink:visited {text-decoration : none; color : #000000;}
a.blacklink:hover {text-decoration : underline; color : #000000;}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
}