﻿
body {

	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: "Microsoft Sans Serif", Verdana, Arial;
	color: #666666;
}

.bigtitle {

	font-size: 24px;
	font-family: "Microsoft Sans Serif";
	color: #666666;
	text-align: left;
}

.headercell {

	padding: 10px;
	border-top: transparent;
	border-left: transparent;
	border-right: transparent;
	border-bottom: #999999 1px solid;
	background: url("images/header.jpg");
	height: 123px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.bigmenucell {

	padding: 2px;
	width: 202px;
	text-align: center;
	border-left: #999999 1px solid;
	border-bottom: #000000 1px solid;
	background: url("images/menubg2.jpg");
	background-repeat: repeat-x;
	background-position: top-left;
	background-color: #FFFFFF;
}

.maincell {

	padding: 10px;
	text-align: left;
	background: url("images/cellbg.gif");
	background-repeat: repeat-x;
	border-left: #000000 1px dashed;
	border-right: #999999 1px solid;
	border-bottom: #000000 1px solid;
	background-color: #FFFFFF;
}

.footercell {

	padding: 15px;
	text-align: center;
	border-top: #FFFFFF 1px solid;
	border-left: #B7B7B7 1px solid;
	border-right: #B7B7B7 1px solid;
	border-bottom: #B7B7B7 1px solid;
	background: url("images/footerbg.gif");
}

.menuheadercell {

	text-align: center;
	font: normal 11pt "Lucida Sans Unicode", Verdana, Arial;
	color: #404040;
	height: 22px;
	width: 181px;
	background-color: #E0E0E0;
}


a:link {

	text-decoration: none;
}

a:visited {

	text-decoration: none;
}

a:hover {

	text-decoration: underline;
}


/* new div menu classes below */


.menucell2 {

	/* width: 200px; */
	height: 22px;
	text-align: left;
	background-color: #FFFFFF;
}


.menucelltext2 {

    	text-align: left;
	font: normal 8pt "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial;
	color: Black;
	text-decoration: none;
	letter-spacing: 0px;
	padding: 1px;
}


.menucelltext2:hover {

	text-decoration: none;
}


.submenutext2 {

	font: normal 10pt "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial;
	color: #404040;
	text-decoration: none;
	text-indent: 0.04in;
	margin-left: 30px;
	letter-spacing: 0px;
}


.submenutext2:hover {

	text-decoration: none;
}


.menuheadercell2 {

	text-align: center;
	font: normal 11pt "Lucida Sans Unicode", Verdana, Arial;
	color: #404040;
	height: 22px;
	background-color: #E0E0E0;
	border-bottom: #ABABAB 1px dashed;
	padding-top: 3px;
}

/* end of new div menu classes */

