body {
	background-color: #efefef;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #525252;
	margin: 20px 0px 0px;
	padding:0px;
	font-size:12px;
}

.box-title {
	color: #990000;
	text-decoration: none;
	
}


.body-footer {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	
}
a.link-footer:link {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	
}

a.link-footer:visited {
	color: #000000;
	text-decoration: inherit;
	text-decoration: none;
}
a.link-footer:hover {
	color: #990000;
	text-decoration: none;
}
a.link-menu-selected:link {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	padding-bottom: 4px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin-right: 10px;
	margin-left: 10px;
	
}
a.link-menu-selected:visited {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	padding-bottom: 4px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin-right: 10px;
	margin-left: 10px;
	
}

a.link-menu:link {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
a.link-menu:visited {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	/*color: #000000;*/
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
a.link-menu:hover {
	color: #990000;
	text-decoration: none;
	padding-bottom: 4px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
a.link-menu:visited {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
.body-copy {
	
	font-size: 12px;
	
	
	text-decoration: none;


}
.boldbody-copy {
	
	font-size: 12px;
	color: #990000;
	
	text-decoration: none;
	font-weight:bold;


}
a.body-copy-link:link {
	
	font-size: 12px;
	color: #990000;
	
	text-decoration: none;

}

a.body-copy-link:visited {
	
	font-size: 12px;
	color: #990000;
	
	text-decoration: none;

}
a.body-copy-link:hover {
	
	font-size: 12px;
	color: #990000;
	
	text-decoration: underline;

}
a.boldbody-copy-link:link {
	
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	
	text-decoration: none;

}
a.boldbody-copy-link:visited {
	
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	
	text-decoration: none;

}

a.boldbody-copy-link:hover {
	
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	
	text-decoration: underline;

}

.body-copy-small {
	
	font-size: 10px;
	
	text-decoration: none;

}
.body-heading {
	
	font-size: 13px;
	color: #990000;
	text-decoration: none;
	
	font-weight:bold
}

/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(images/form/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/form/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;

}
.textareaHovered {
	background-position: left bottom;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/form/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
