/*------------------------------------------------------------------
General
------------------------------------------------------------------*/

body {
	margin: 0px;
	background: url(../images/background_gradient.jpg) repeat-x #3E6B8C;
	font-family: Tahoma, Verdana;
	font-size: 11px;
}

/*------------------------------------------------------------------
Text
------------------------------------------------------------------*/

h1 {
	font-size: 11px;
	font-variant: small-caps;
	color: #8A2A34;
	padding: 0px;
	margin: 0;
}

.bold {
	font-weight: bold;
}

.menu {
	color: #8A2A34;
	font-weight: bold;
}

/*------------------------------------------------------------------
Footer Content
------------------------------------------------------------------*/

#footercontent {
	color: #000000;
	text-decoration: none;
}

#footercontent a {
	color: #ffffff;
	text-decoration: none;
}

#footercontent a:visited {
	color: #eeeeee;
	text-decoration: none;
}

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