.main {
	font-family: Tahoma, Verdana, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
.topCell {
	font-family: Tahoma, Verdana, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	background-color: #c2d6f2;
	margin: 10px;
	padding: 12px;
	border: 1px solid #666666;
}

.topCellBig {
	font-family: Tahoma, Verdana, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	background-color: #c2d6f2;
	margin: 10px;
	padding: 12px;
	border: 1px solid #666666;
}

.leftFormCell {
	font-family: Tahoma, Verdana, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 7px;
	border: none #FFFFFF;
}
.rightFormCell {

	font-family: Tahoma, Verdana, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	background-color: #ebebe2;
	margin: 5px;
	padding: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.formButton {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	background-color: #C2D6F2;
	margin: 5px;
	padding: 5px;
	border: 1px solid #666666;
	cursor: hand;
	width: 100px;
}
.mainformButton {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	background-color: #C2D6F2;
	margin: 5px;
	padding: 5px;
	border: 1px solid #666666;
	cursor: hand;
	width: 720px;
}
.formBoxes {
	font-family: Tahoma, Verdana, serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background-color: #f5f5f5;
	margin: 3px;
	border: 1px solid #666666;
	cursor: hand;
}
.TopHeaderOutline {
	background-color: #CCCCCC;
	border: 1px solid #666666;
}
.MainOutline {
	font: normal 12px/normal Tahoma, Georgia, Arial;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #666666;
}
h1 {
	font: bold 24px "Times New Roman", Times, serif;
	color: #666666;
}
body {
	font: normal 12px Tahoma, Georgia, Arial;
	color: #666666;
	background: #000000;
}
.boxNavOUT {
	font: bold 14px Tahoma, Georgia, Arial;
	color: #666666;
	text-decoration: none;
	background: #f1f1f1;
	text-align: center;
	vertical-align: middle;
	display: inline;
	margin: 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.boxNavOVER {
	font: bold 14px Tahoma, Georgia, Arial;
	color: #666666;
	text-decoration: none;
	background: #ebebe2;
	text-align: center;
	vertical-align: middle;
	display: inline;
	margin: 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.mainBOLD {

	font-family: Tahoma, Verdana, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}

/*

 Some styles used by the "Cascading Popup Menus" script.
 Consult a CSS reference (a good clear one is at www.ncdesign.org) for syntax and tweaking ideas.
 You can delete the ones you're not using in your ItemStyles, or add more if you want.

*/


/*
 Font settings -- change your font, colour, alignment etc.
 Insert 'font-weight: bold;' or 'font-style: italic;' without quotes if you want.
 Note that items contain <A HREF> tags, so if your other stylesheets style anchor tags,
 these may inherit the rules. I've styled all the variations of links here as one.
*/

.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #000000;
 font: 18px Arial, sans-serif;
 text-align: left;
 text-decoration: none;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #FFFFFF;
 font: 18px Arial, sans-serif;
 text-align: left;
 text-decoration: none;
 
}

/* Borders used by some items */

.itemBorder {
 border: 1px solid #666666;
}
.itemBorderBlank {
 border: 1px solid #CCCCDD;
}

/* The "button" demo menu styles, as used by the "File-Reopen" menu. Delete if not using */

.buttonText, a.buttonText:link, a.buttonText:visited, a.buttonText:active, a.buttonText:focus {
 text-decoration: none;
 color: #FFCC99;
 font: Bold 12px Arial, Helvetica;
}
.buttonHover, a.buttonHover:link, a.buttonHover:visited, a.buttonHover:active, a.buttonHover:focus {
 text-decoration: none;
 color: #99CCFF;
 font: Bold 12px Arial, Helvetica;
 padding: 1px;
}
.buttonBorder {
 border: 1px outset #339966;
}
.buttonBorderOver {
 border: 1px inset #CC9966;
}

