a { 
	color: #000000; 
	font-family: verdana; 
	font-size: 11px; 
	text-decoration: none; 
	}
	
a:visited { 
	color: #000000; 
	}
	
a:hover { 
	color: #ffffff; 
	}
	
.link {
	text-decoration: underline;
}
	
.link:hover {
	color: maroon;

}
	
p,td{
	font-family: verdana;
	font-size: 11px;
	text-align: justify;
	color: #000000;
}

.data{
	font-family: verdana;
	font-size: 11px;
	text-align: center;
	color: #000000;
}

div.content{
	width: 725px;
	padding: 5px 10px 0px 10px;	
}

div.formError{
	color: red;
	float: none;
	font-weight: bold;
	padding: 5px 10px 0px 10px;	
}
	
h1 {
	font-family: arial,verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #660000;
	text-transform: uppercase;
}

h2 {
	font-family: arial,verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

th {
	font-family: arial,verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	text-transform: uppercase;

}

td.bold {
	font-weight: bold;
	padding-right: 3em;
}

td.center{
	text-align: center;
}

legend{
	font-family: arial,verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-align: left;
}

span.frame {
	padding: 4px;

}

ul{
	margin: 0px 0px 0px 3px;
	padding: 1px 0px 1px 5px;
	list-style-type: none;
}

ul.category{
	font-weight: bold;
	position:relative;
	left: -10px;
	list-style-type: none;
}
ul.subCategory{
	position:relative;
	left: 10px;
	list-style-type: none;
}

fieldset{
	border: 1px solid maroon; 
}

/* ------------------------------------------------------------*/
/*                       INPUT ELEMENTS                        */
/* ------------------------------------------------------------*/

input{
	font-family: verdana, serif;
	width: 5em;
	font-size: 10px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;;
	text-align: left;
}

input.extraSmallInputBox {
	width: 2em;
	}

input.verySmallInputBox {
	width: 5em;
	}

input.smallInputBox {
	width: 10em;
	}

input.mediumInputBox {
	width: 15em;
	}

input.largeInputBox {
	width: 20em;
	}
	
input.extraLargeInputBox {
	width: 25em;
	}
	
input.inputTextArea {
	width: 40em;
	height: 20em;
	}
	
input.inputBox {
	width: 10em;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

input.checkBox {
	width: 2em;
	}

input.radioButton {
	width: 3em;
	margin: 0px;
	}
	
input.submitButton{
	float: none;
	width: 12em;
	text-align:center;
	margin-left: 1em;
	}

textArea {
	font-family: verdana, serif;
	font-size: 10px;
	width: 65em;
	height: 10em;
	}
	
select{
	font-family: verdana, serif;
	width: 6em;
	font-size: 10px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

label {
	width: 95%;
	float: left;
	text-align: left;
	line-height:1em;
	font-size: 10px;
	font-weight: bold;
	clear: both;
}