body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #000000;
}

p, tr {
	font-size: 12px;
	text-align: justify;
}

.mainevent {
	font-size: 18px;
	font-weight: bold; }
.event {
	font-size:15px;
	font-weight:bold;
}
.submainevent {
	font-size: 13px;
	font-weight: bold;
}

.announcement {
	font-size: 16px;
	font-style: italic;
}
.important {
	font-size: 14px;
	font-weight: none;
}

.note {
	font-size: 10px;
	text-decoration: none;
}

ul.imageGreyBullet {
	list-style-image: url(media/bullets/grey_small.jpg);
	padding-left: 20px;
}

ul.imagePDF {
	list-style-image: url(media/bullets/pdf.jpg);
	padding-left: 20px;
}


.tablebars {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AAAAAA;
	border-left-color: #AAAAAA;
	padding-right: 3px;
	padding-left: 3px;
}

a:link {
	color: #666666;
	text-decoration: none; }
a:visited {
	color: #333333;
	text-decoration: none; }
a:hover {
	color: #663300;
	text-decoration: underline; }
	
	
/***** THIS SECTION SETS UP THE SOME TABLE STYLES ONLY USED ON THE MAIN PAGE *****/

.tableBoxLeft {
	background-image: url(media/layout/table_left.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.tableBoxRight {
	background-image: url(media/layout/table_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.tableBoxTop {
	background-image: url(media/layout/table_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.tableBoxBottom {
	background-image: url(media/layout/table_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}


.required {
	font-weight: bold;
	color: #F00;
}

