/* CSS Document */

body{
	background-color:#FDD67B;
	margin:0px;
	padding-top:14px;
}

body, td{
	font:normal 12px Arial, Helvetica, sans-serif;	
	color:#6A6B5B;
}

h1{
	font:normal 24px "Times New Roman", Times, serif;
	color:#AA9BC7;
	margin:10px 0px 2px 0px;
	}
	
h2{
	font-size:16px;
	margin:20px 0px 3px 0px;
	color:#6A6B5B;
	}

h3{
	font-size:14px;
	margin:10px 0px 3px 0px;
	color:#7C57AE;
	}
	
a{
	color:#81357F;
}

a:hover{
	color:#A0A19C;
}




/* *************************************************************************************************
* other custom styles
****************************************************************************************************/
.eventContent h1{
	font:16px bold "Times New Roman", Times, serif;
	margin:0px 0px 3px 10px;
	color:#6A6B5B;
}

.eventContent .date{
	font:12px normal "Times New Roman", Times, serif;
	margin-bottom:0px;
}
.eventContent .eventType{
	font:12px bold "Times New Roman", Times, serif;
}

.eventKind{
	font:14px bolder "Times New Roman", Times, serif;
	margin-bottom:0px;
	color:#7C57AE;
}


