
body, td, input, select, textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #004D87;
}

a:link, a:visited, a:active {
	color: #BD0C53;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #BD0C53;
}

/* Text Elements
------------------------------------------------------------------- */

h1 {
	margin-top: 0px;
	margin-bottom: 0.8em;
	font-size: 12px;
}

h2	{
	margin-top: 0px;
	font-size: 12px;
	margin-bottom: 0.8em;
	color: #782d72;
	}

h3	{
	margin-top: 0px;
	font-size: 11px;
	margin-bottom: 0.5em;
	}

p	{
	margin-top: 0px;
	margin-bottom: 1em;
	}

.big {
	font-size: 12px;
}
	
input, select, textarea {
	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	background-color: #ffffff;
}
/* List Elements
------------------------------------------------------------------- */

ul	{
	margin: 0 0 1.5em 1.5em;
	}

ol	{
	margin: 0 0 1em 2.5em;
	}
	
li	{
	text-align: left !important;
	margin: 0.2em 0 0 0 ;
	list-style-image: url(../images/bullet.gif);
	}
	
li li {
	list-style-type: disc;
	}	
	
li p {
	margin-top: 0.5em;
	margin-right: 1.5em;
	margin-bottom: 0 !important;
	text-align: justify !important;
	}


/* Link styles
------------------------------------------------------------------- */

a.readmore {
	font-size: 0.9em;
	display: block;
	color: #CE872F;
	margin: 0.3em 0 0 0;
	}

a:hover.readmore {
	font-size: 0.9em;
	display: block;
	color: #CE872F;
	text-decoration: none;
	}

a.eventlistlink, a:visited.eventlistlink  {
	color: #8E9249;
	font-size: 0.9em;
	text-decoration: none;
}

div.prevNext {
	display: block; position: relative;
	margin: 1em 0 0 0;
	text-align: center;
	height: 40px;
	line-height: 40px;
	clear: both;
	}
	
*.next {
	position: absolute;
	right: 1px;
	}
	
*.prev {
	position: absolute;
	left: 1px;
	}			

/* General usable styles
------------------------------------------------------------------- */
.grape {
	color: #782D72;
}
