BODY {
	background-color: #ffffff;
}

H1 {
	font-size: 20px; 
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	line-height: 26px;
	color: #000000;
}

H2 {
	font-size : 16px;
	margin-bottom : 15;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height : 18px;
	color: #000000;
}

H3 {
	font-size : 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height : 14px;
	color: #000000;
}

P {
	font-size :  12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height : 14px;	
	color: #000000;
}

TABLE, TR, TD {
	font-size :  12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

FORM {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

SUP {
	font-size : 11px;
	vertical-align: text-top;
}

SELECT  {
	font-size :  12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

INPUT {
    font-size :  12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

INPUT.blueBorder {
		border : 5px solid #3b83da;
}

TEXTAREA {
	height: 230px;
	width:660px;	
	font-size :  12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

A {
    font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

A.blueLink {
    font-size: 11px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	color: #0000ff;
}

.linkBlack {
    font-size: 12px;
	font-weight: bold;
	color : #000000;
	text-decoration : none;
}

.linkBlack:HOVER {
    font-size: 12px;
	font-weight: bold;	
	color : #000000;
	text-decoration : underline;
}

.linkBlue {
    font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
	color : #3b83da;
	text-decoration : none;
}

.linkBlue:HOVER {
    font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;	
	color : #3b83da;
	text-decoration : underline;
}

TD.heading {
	padding-left: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: underline;
}

TD.info {
	padding-left: 20px;
}

TD.resultsError {
	padding-left: 10px;
	padding-bottom: 5px;
	font-size :  12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
}

.snRedErrorText {
	font-size :  12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
}

.messageText {
	font-size :  12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

.messageLink {
	font-size :  12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #CC0000;
}

.blueBackground {
	background-color : #3b83da;
}

.lightBlueBackground {
	background-color : #b4cff1;
}

.creamMenuBackground {
	background-color : #ffec88;
}

