h1 {
	font: normal 18px Georgia, Times, serif;
	margin-top: 25px;
	margin-bottom: 8px;
}

h2 {
	font: normal 14px Georgia, Times, serif;
	margin-top: 15px;
	margin-bottom: 8px;
}

h3 {
	margin-top: 12px;
	font: bold 12px Verdana, sans-serif;
}

h4 {
	margin-top: 12px;
	font: bold 12px Verdana, sans-serif;
}

td, p {
	font-size: 12px;
	line-height: 16px;
}

.maintitle	{
	font-size: 14px;
	font-weight: bold; 
	text-decoration: none;
	line-height: 120%; 
	color: #000000;
}

.tdhead {
	font-size: 10px;
	background-color: #5a7cbc; 
	font-weight: bold; 
	color: #ffffff
}

.title { 
	font-size: 10px;
}



.statusline {
	font-size: smaller;
	background-color: #ffcc66;
	text-align: center;
}

.frmError {
	font-size: 10px;
	color: #ff0000;
}

.footer { 
	font-size: 8px;
	color: #666666;
}

.field {
	color: #666666;
	font-size: smaller;
	font-weight: bold;
}

.s_website {
	font-variant: normal;
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
}

.s_eventTitle {
	font-weight: bold;
}

.s_calhead {
	font-size: 3px;
	color: #999999;
}


/* Form elements */
/*
input,textarea, select {
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color: #000000;
}
*/

/* The text input fields background colour */
/*
input.post, textarea.post, select {
	background-color: #FFFFFF;
}
input {
	text-indent: 2px;
}
*/

/* The main submit button option */
/*
input.mainoption {
	background-color: #FAFAFA;
	font-weight: bold;
}
*/

/* None-bold submit button */
/*
input.liteoption {
	background-color: #FAFAFA;
	font-weight: normal;
}
*/

