body {
	margin: 0;
	/*specify basic text size as small so IE Win can resize it */
	font: small normal "CenturyGothic", Arial, Helvetica, sans-serif;
	color: #333;
}


h1 {
	font-size: 150%;
	font-weight: bold;
	color: #990033;
}


h2 {
	font-size: 115%;
	font-weight: bold;
	color: #990033;
}

h3 {
	font-size: 115%;
	font-weight: bold;
	color: #333333;
}

h6 {
	font-size: 80%;
	font-weight: normal;
}

a {
	text-decoration: none;
	border: 0;
	color: #333;
}

a:hover {
	color: #903;
}

th {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #bbb;
}

caption {
	font-size: 115%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}

.tiny {
	font: small normal "CenturyGothic", Arial, Helvetica, sans-serif;
	font-size: 85%;
}

.tiny a {
	font: small normal "CenturyGothic", Arial, Helvetica, sans-serif;
	font-size: 75%;
}

.bold10pt {
	font-weight: bold;
}

.red10pt {
	color: #903;
	font-weight: bold;
}

#rightSide ul {
	list-style-image: url(../Images/menuBullet.gif);
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.redStar {
	color: #f07;
	font-size: 125%;
	font-weight: normal;
}

.warning {
	color: #d24;
	text-align: left;
	margin-left: 1.0em;
}


.formClass {
	text-align: left;
	/*padding-left: 6.6em;*/
}

label {
	font-weight: normal;
	color: #333333;
}

#summaryTable td {
	width: 4.0em;
}

form p {
	font-size:small;
	font-weight: normal;
}

input {
	color: #333333;
	padding-left: 0.2em;
}

.textFieldMedium {
	width: 300px;
}

.textFieldLong {
	width: 460px;
}

.messageBox {
	width: 460px;
	color: #333333;
	padding: 0.1em 0.2em;
}
