body, td, A {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

a {
	text-decoration: none;
}

.title {
	color: #ffffff;
	text-align: center;
	font-size: 150%;
}

.left hr {
	border: 1px solid #CCCCCC
}

/* Button Menu */
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #43503D;
}
.headings {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #43503D;
}


.menu ul li {
	text-align: center;
	border-top: 2px solid #FFFFFF;
	color: #ffffff;
	font: bold 10pt arial, sans-serif;
}

.menu ul li a:link, .menu ul li a:visited {
	display: block;
	text-decoration: none;
	padding: 1px 1%;
	color: #C0271F;
	font: bold 12pt arial;
}

.menu ul li a:hover {
	background-color: #43503D;
	color: #eee;
}

.menu ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu ul ul li {
	border-top; 0 none;
	background-color: #43503D;
	font: bold 12pt arial;
}

.menu ul ul li a:link {
	padding: 1px;
	font: bold 12pt arial;
	color: #ffffff;
	display: block;
}

/* Contact sidebar */
.contact {
	text-align: center;
	color: #ffffff;
}

.contact a:link, .contact a:visited, .contact a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* sponsors */
.sponsors {
	text-align: center;
}
.bodytext {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}


/* Right */

.right {
	padding: 5px;
}

.right h1 {
	text-align: center;
	color: #333333;
}


.right h2 {
	color: #333333;
}

div.note {
	font-weight: bold;
	text-align:center;
	border: 2px dashed black;
	margin: 20px;
	padding: 0 20px;
}

div.urgent {
	font-weight: bold;
	text-align:center;
	border: 2px dashed red;
	margin: 20px;
	padding: 0 20px;
} 

div.info {
	font-weight: bold;
	text-align:center;
	border: 2px dashed blue;
	margin: 20px;
	padding: 0 20px;
} 
