/*
 * ***** Tag selectors
 */
body
    {
    width: 800px;
    margin: 0;
	margin-left:auto; margin-right:auto;
	font-family: Verdana,Arial, sans-serif;
	font-size: 12px; 
	font-weight: normal;
    color: black;
    background-color: white;
    }

img
	{
	border-width:0;
	}
	
table
	{
	width:100%;
	}
	
hr
	{
	width:100%; margin-top:25px; float:left;
	}
	
.serverTitle
	{
	font-family: Verdana,Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: black; 
	}

.whiteonred
	{
	background-color:red; color:white;
	}

.bodybold,.board_role 
	{ 
	font-family: Verdana,Arial, sans-serif;
	font-size: 12px; 
	color: black;
	font-weight: bold;
	margin: 0; 
	}

.inputLabel
	{
	font-family: Verdana,Arial, sans-serif;
	font-size: 10px; 
	color: black;
	font-weight: normal;
	}

.inputLabelBold
	{
	font-family: Verdana,Arial, sans-serif;
	font-size: 10px; 
	color: black;
	font-weight: bold;
	}

.inputLabelBoldBig
	{
	font-family: Verdana,Arial, sans-serif;
	font-size: 14px; 
	color: black;
	font-weight: bold;
	}

.inputLabelBoldBigItalic
	{
	font-family: Verdana,Arial, sans-serif;
	font-size: 14px; 
	font-style: italic;
	color: black;
	font-weight: bold;
	}

.inputLabelBoldLeft
	{
	font-family: Verdana,Arial, sans-serif;
	font-size: 10px; 
	color: black;
	font-weight: bold;
	text-align: left;
	}

.inputLabelBoldRight
	{
	font-family: verdana,arial,sans-serif;
	font-size: 10px; 
	color: black;
	font-weight: bold;
	text-align: right;
	}

.bodySmall
	{
	font-family: Verdana,Arial, sans-serif;
	font-size: 10px; 
	color: black;
	background-color: white;
	font-weight: normal;
	padding-left: 3px;
	margin: 0;
	}

.bodyTitle
	{
	font-family: Verdana,Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #003399; 
	margin-top:35px;
	}

.bodySubtitle
	{
	font-family: Verdana,Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #003399;
	margin-top:25px;
	}

tr.top
	{
	vertical-align: top;
	}
	
td.spacer
	{
	width: 10px;
	}
	
.red
	{
	color: red;
	}
			  
a:link,a:visited
	{
	font-family: Verdana,Arial, sans-serif;
	font-weight: normal;
	color: #151A6F; color: blue; text-decoration: underline;
	}
a:hover
	{
	background-color: #F9E82F; text-decoration: none;
	}
a.nohighlight:hover
	{
	background-color: white; text-decoration: none; 
	}
a.footer:link,a.footer:visited
	{
	font-family: Verdana,Arial, sans-serif;
	font-weight: normal;
	color: #151A6F; color: blue; text-decoration: underline; 
	}
a.footer:hover
	{
	background-color: #F9E82F; text-decoration: none; 
	}

.months
	{
	font-size:14px; color:#003399; font-style:italic; font-weight:bold; 
	}
.event
	{
	font-size:12px; font-style:italic; font-weight:bold; width:600px;
	}
.eventinfo
	{
	font-size:12px; color:#003399;
	}
.nextevent
	{
	font-size:14px; color:#003399;
	}

