@charset "UTF-8";
/* CSS Document */

body {
	background-repeat: no-repeat;
	background-color: #28255F;
	margin: 0px;
	padding: 0px;
	background-image: url(assets/background.jpg);
}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a:link, a:visited, a:active {
	color: #C1AD41;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #E1C730;
}

p {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

 
.superheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ACC0DF;
	letter-spacing: 5px;
	padding-bottom: 6px;
	padding-top: 6px;
} 

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C1AD41;
	line-height: 10px;
}

.heading {
	color: #C1AD41;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	line-height: 15px;
}

.description {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

.paragraph {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

.bar {
	color: #D24460;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height: 15px;
}

.datetime {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	padding-bottom: 0px;
	padding-top: 0px;

}

.weblog {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	padding-bottom: 0px;

}
.events_table {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #4B4F80;
	border-right-color: #4B4F80;
	border-bottom-color: #4B4F80;
	border-left-color: #4B4F80;
}
