/* Saxonia CSS Document Copyricht 2007 www.point4media.nl */

h1, h2, h3, h4, h5, p, ul, li {
	margin:					0;
	padding:				0;
}

h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter, h5:first-letter, p:first-letter {
	text-transform:			uppercase;
}

body {
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				11px;
	color:					#636363;
	line-height:			16px;
}

h1 {
	color:					#bc0075;
	font-family:			"Trebuchet MS";
	font-size:				18px;
	font-weight:			bold;	
	text-align:				left;
	border-bottom:    	 	1px dashed #a4a4a4;
	padding:		  		14px 0px 7px 0px;

}

#center-column p a {
	color:					#474747;
}

#center-column p a:hover {
	text-decoration:		none;
}


h2 {
	color:					#636363;
	font-family:			"Trebuchet MS";
	font-size:				15px;
	font-weight:			bold;
	text-align:				left;
	padding:		  		14px 0px 10px 0px;
	margin:0;

}

h2.side-item-header  {
	color:					#fff;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				10px;
	font-weight:			bold;
	text-align:				left;
	padding:				1px 2px 2px 3px;
	width:					155px;
	margin-left:			1px;
	clear:					both;
}

.maincolor {
	background:				#c90d82;
}

.gray {
	background:				#b6b6b6;
}

h3 {
	color:					#636363;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				9px;
	font-weight:			bold;
	text-align:				left;
	padding-left:			2px;
}

#center-column h3 {
	font-size:11px;
	padding:0;

}

p {
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	color:					#555555;
	font-size:				11px;
	text-align:				left;
	margin:					0px 0px 8px 0px;
}

ul {
	font-family:			Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration:		underline;
	color:					#636363;
}

a:hover {
	text-decoration:		none;
	color:					#bc0075;
}


