A:link {
	color : #343d44;
	text-decoration : none;
	font-weight : bold;
	background-color : transparent;
}

A:visited {
	color : #ff0000;
	text-decoration : none;
	background-color : transparent;
}

A:hover {
	color : #999999;
	text-decoration : none;
	font-weight : normal;
	background-color : transparent;
}

.mainfont {
	font-family : arial;
	font-size : 11pt;
	color :  #343d44;
	background-color : transparent;
}

.headerfont {
	font-family : arial;
	font-size : 10pt;
	color :  #343d44;
	background-color : transparent;
	font-weight: bold;
}

.mainfontbold {
	font-family :  arial;
	font-size : 11pt;
	color :  #343d44;
	font-weight : bold;
	background-color : transparent;
}

.accentfont {
	font-family : arial;
	font-size : 20pt;
	color :  #343d44;
	font-weight : bolder;
	background-color : transparent;
}

.fieldset
{
	border-style : double;
	border-color : #343d44;
	border-width : 5px;
	width : 90%;
}

.HR {
	height : 5px;
	color : #343d44;
	background : #343d44;
}


.buttons{
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #343d44;
	background-color: #ffcc33;
	width: 180px;
	border-width: 2;
	border-color: #343d44;
	border-style: solid;
	text-align:left;}

.buttonsclicked{
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	background-color: #ffffff;
	width: 180px;
	border-width: 2;
	border-color: #ffcc33;
	border-style: solid;
	text-align:left;}

.buttonson {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #ffcc33;
	background-color: #343d44;
	width: 180px;
	border-width: 2;
	border-color: #ffcc33;
	border-style: solid;
	text-align:left;}

#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}
	
#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.15em;
		margin-top : -1.50em;
	}
	
#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
#nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color : #343d44;
		font-weight : bold;
		text-decoration : none;
		background-color : #cccccc;
		border : 2px solid #343d44;
		padding : 0 0.5em;
	}
	
#nav li a:hover {
		color : #343d44;
		background-color : #ffffff;
	}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

#nav li:hover, #nav li.hover {
    position: static;
}