/* no margins */
body
{
	margin:				0px;
}

.main
{
	width:				985px;
	background-color:	#ffffff;
	border-bottom: 		1px solid #dddddd;
}

.bg_menu
{
	background-color: 	#006699;
}

.pagetitle
{
	background-color:	#cccccc;
}

.intro
{
	border-right: 		1px solid #000000;
}

.border1
{
	border: 			1px solid #bbbbbb;
}

/* backgrounds */
.bg_red
{
	background-color: 	#EE0000;
	width:				8px;
}
.bg_white
{
	background-color: 	#FFFFFF;
	width:				8px;
}
.bg_blue
{
	background-color: 	#006699;
	width:				8px;
}

/* main-title */
h1, h1 a, h1 a:visited, h1 a:hover
{
	font-family: 		tahoma;
	font-size:			25px;
	display:			inline;
	color: 				#000000;
}
/* sub-title */
h2, h2 a, h2 a:visited, h2 a:hover
{
	font-family: 		tahoma;
	font-size:			19px;
	display:			inline;
	color: 				#000000;
}
/* page-title, headers */
h3, h3 a, h3 a:visited
{
	font-family: 		tahoma;
	font-size: 			17px;
	color: 				#006699;
	display:			inline;
}
h3 a:hover
{
	text-decoration:	none;
	color: 				#ff9900;
}
/* menu links */
h4, h4 a:visited
{
	font-family: 		tahoma;
	color: 				#FFFFFF;
	font-size: 			16px;
	padding: 			2px;
	display:			inline;
}
h4 a 
{
	color: 				#FFFFFF;
	text-decoration: 	none;
	font-weight: 		bold;
}
h4 a:hover
{
	color: 				#ff9900;
	text-decoration: 	none;
}
