/* General */

body
{
	background: url(../images/bg.jpg) no-repeat fixed bottom right;
}

.normal, body, div, p, th, td, li, dd, dl, dt, blockquote, span, ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

h1, .heading1  {
	font-size: 17px;
	font-weight: normal;
	margin-top : 12px;
	margin-bottom : 10px;
}

h2, .heading2  {
	font-size: 14px;
	font-weight: bold;
	margin-top : 10px;
	margin-bottom : 8px;
}

.small { 
	font-size: 11px;
}

em {
	color:#747474;
}


hr {
	border-bottom: 1px solid #dc143c;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}

/* Links */	
a {
	text-decoration: none;
	color: #0000cd;
}
a:hover {
 	color: #cc0000;
}

a.event {
	text-decoration: none;
	color: #000000;
}
a.event:hover {
 	color: #cc0000;
}

input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	color:black;
	background-color:white;
	border:black;
	border-style: solid;
	border-top-width:1px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-left-width:1px;
}

.formButton {
	color:#ffffff;
	background-color:#C10101;
}

