body {
	background: #000000;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-size: 11px;
	font-family:  Arial, Helvetica, sans-serif;
	color: navy;
}

.mainwrap {
	align: center;
	width: 760px;
}

.whitearea{
	width: 760px;
	background-color: #ffffff;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.header{
	width: 756px;
	height: 196px;
	align: center;
}
.menuline{
	width: 756px;
	height: 2px;
	background-image: url(images/menuline_bg.gif);
	background-repeat: repeat-x;
}
.mainmenu {
	height: 31px;
	width: 756px;
	background-image: url(images/menu_bg.gif);
}
.footer {
	width: 756px;
	height: 56px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
}
/* Input CSS */

.article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Navy;
	padding-left: 14px;
	padding-right: 14px;
	text-align: justify;
}


/* Front end Layout CSS */

.pagetitle {
	margin-top: 10px;
	margin-bottom: 14px;
}


/* Link CSS */

a:link {text-decoration : none; color : navy;}	
a:visited {text-decoration : none; color : navy;}
a:hover {text-decoration : underline; color : navy;}

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;}

.greentext {
	color: green;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

.redtext {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

.formtext {
	color: Navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.subtitle {
	color: Navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.productdiv {
	height: 156px;
	width: 220px;
	background-image: url(images/product_bg.gif);
	text-align: center;
	font-size: 11px;
	margin-left: 11px;
	margin-right: 11px;
	margin-bottom: 10px;
}

a.menubottom:link {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;	
	color: #C9C9C9;
	text-align: left;
	vertical-align: bottom;
	text-decoration: none;
}
a.menubottom:visited {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;	
	color: #C9C9C9;
	text-align: left;
	vertical-align: bottom;
	text-decoration: none;
}
a.menubottom:hover {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;	
	color: #ffffff;
	text-align: left;
	vertical-align: bottom;
	text-decoration: none;
}

