﻿ {
	color: #663300;
	font-weight: bold;
	text-decoration: underline;
	}

.ms-WPBody a:visited {
	color: #663300;
	font-weight: bold;
	text-decoration: underline;
	}

.ms-WPBody a:active {
	color: #663300;
	font-weight: bold;
	text-decoration: underline;
	}

.ms-WPBody a:link {
	color: #663300;
	font-weight: bold;
	text-decoration: underline;
	}

.ms-WPBody a:hover {
	color: #0066FF;
	}
	
.ms-wpborder {
	border: none;
}

.ms-WPTitle {
	font: 160% verdana;
	border: none;
	color: #FBC900;
}


.ms-standardheader {
	font: 160% verdana;
	border: none;
	color: #FBC900;
}


.ms-WPBody {
	font: 100% verdana;
	border: none;
}


.ms-WPBody img {
	padding: 8px;
	margin: 8px;
	background: #ffffff;
	border: 1px solid #aaaaaa;

}
/* Custome form styles */
table.customform {
				border: 1px solid #c0c0c0;
}
.customform td {
				font-size:xx-small !important;
				width: 25%;
				text-align:right
}
.required {
				background-color: #FFF699;
}

