body {
font-style : normal;
font-weight : normal;
font-size : 75%;
line-height: 120%;
font-family: Arial, Helvetica, sans-serif;
color: #000;
}

p, ul, li, h1, h2, h3 {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}


img {
border: none;
}

object, embed {
margin: 0;
padding: 0;
}

h1 {
font-size: 130%;
line-height: 130%;
color: #990033;
font-weight: bold;
}

h2 {
font-size: 120%;
line-height: 120%;
color: #666;
font-weight: bold;
}

h3 {
font-size: 110%;
line-height: 110%;
color: #ccc;
font-weight: bold;
}

h4 {
font-size: 100%;
line-height: 100%;
color: #000;
font-weight: bold;
}

a:link, a:visited {
	color: #990033;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
	color: #999;
}

ul {
list-style: square;
margin-left: 15px;
}

fieldset {
border: #ccc solid 1px;
}

fieldset p {
margin: 0px 0px 3px 0px;
padding: 0px;
}

legend {
color: #990033;
font-weight: bold;
padding: 0px 15px 0px 15px;
margin-bottom: 15px;
}

/* Website Specific Styles */


#credits {
font-size: 90%;
color: #999;
}

#credits a:link, #credits a:visited {
	color: #999;
	text-decoration: none;
}

#credits a:hover, #credits a:active {
	text-decoration: underline;
	color: #999;
}

/* CSS Standard form */

.ve_formModule p {
margin-bottom: 3px;
}

select {
	margin:6px 5px 0px 0px; /* drop down list */
}

textarea {
font-size:10px;
	width: 300px; /* textarea width */
	height: 150px;
}

input.ve_text {
font-size:10px;
	width:300px; /* textbox width */
	margin-bottom:5px;
}

.ve_formModule label.ve_label {
	font-size:10px;
	display:block;
	float:left;
	width:180px; /* width depends on layout */
	text-align:right;
	margin:3px 5px 0px 0px; /* spacing between form elements */
}

.ve_formModule fieldset {
border:solid #CCCCCC 1px;
}

.ve_formModule legend {
color: #990033;
font-weight: bold;
padding: 0px 15px 0px 15px;
margin-bottom: 15px;
}

/* END CSS Standard form */

/* START of button */

.ve_formButtons input.ve_button {
font-size:10px;
background-color:#fff;
color:#990033;
margin-bottom:10px;
margin-top:10px;
margin-left:185px;
}

input.ve_loginButton {
background-color:#000033;
color:white;
font-size:10px;
margin-bottom:10px;
margin-top:10px;
}

.ve_forgotPasswordModule input.ve_button {
background-color:#000033;
color:white;
font-size:10px;
margin-bottom:5px;
}

/* END of button */
