BODY {
	color : White;
	background-color : #FFFFFF;
	font : Verdana;
	font-size :13px;
}

a {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration none;
}
a:link {
	color: white;
	text-decoration: underline;
}

DIV.basic {
	color: white;
	font-family : Verdana;
	font-size : 13;
}

DIV.basicsmall {
	color: white;
	font-family : Verdana;
	font-size : 11;
}

.textbox {
	/* Textbox / Dropdown box styles for the form pagesthis should include font styles, a border if you want one, anda background color. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
    background-color: #FFE028;
	border-color: #7B7B00 #FFEF93 #FFEF93 #7B7B00;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}



.button {
	/* style of the buttons in all forms keep the button text small toavoid the buttons being huge. There is no need to add extra paddingor margins to this, your text will be spaced from the edges of the button. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FFE028;
	border-color: #FFEF93 #7B7B00 #7B7B00  #FFEF93;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-weight : bold;
}



