/* Code to invoke inside <head></head>:
<style type="text/css">
	@import url("css/styles.css");
</style>
*/

/* styles that are applied globally and inherited throughout the document */
BODY {
	background-color:#ECEBEB;
	font-family:Tahoma, sans-serif;
	font-size:11px;
}

/*	remove special formatting for content based markup */
EM, STRONG, ADDRESS, CITE {
	font-weight:normal;
	font-style:normal;
}

/* remove image border in even they are links */
IMG {
	border-style:none;
	border-width:0px;
}

/*	remove default margins/padding for Header elements
	as they usually are quite excessive */
H1, H2, H3, H4, H5, H6 {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}

/* adjust font sizes for the respective Header elements */
H1 {
	font-size:18px;
}
H2 {
	font-size:16px;
}
H3 {
	font-size:14px;
}
H4 {
	font-size:12px;
}
H5, H6 {
	font-size:11px;
}
/* default list style */
UL {
	margin-left:10px;
	list-style-type: disc;
	/*list-style-image: url("../images/bullet.gif");
	list-style-type: circle;
	list-style-type: square;
	list-style-type: none;*/
}

/* general page links */
A {
	font-weight:bold;
	color:#0000FF;
	text-decoration:none;
}
A:hover {
	text-decoration:none;
}

/* where the main content goes, apply class in respective container */
.content {
	padding-left:20px;
	padding-right:20px;
	vertical-align:top;
	font-size:10px;
}

/* main site navigation text links */
.mainNavigation {
	padding:0px;
	vertical-align:top;
	color:#ffffff;
	font-size:10px;
}

.mainNavigation H1,
.mainNavigation H2,
.mainNavigation H3 {
	font-size:14px
	font-color:#ffffff;
}

.mainNavigation H4,
.mainNavigation H5,
.mainNavigation H6 {
	font-size:12px
}
/* main Navigation list styles */
.mainNavigation UL {
	margin-left:10px;
	list-style-type: disc;
	/*list-style-image: url("../images/bullet.gif");
	list-style-type: circle;
	list-style-type: square;
	list-style-type: none;*/
}

/* default text styling for a list item */
.mainNavigation UL LI {
	font-size:12px;
	font-weight:bold;
}

/* default text styling for a list item link */
.mainNavigation UL LI A {
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
/* additional styles to apply when the cursor is hovering over the link */
.mainNavigation UL LI A:hover {
	text-decoration:underline;
}

/*container for the crumb links */
.crumbs {
	padding-left:0px;
	padding-right:0px;
	font-size:9px;
}

/* styles to apply to the links inside of the crumbs * table */
.crumbs TABLE TR TD A {
	font-weight:bold;
	color:#0000FF;
	text-decoration:none;
}
/* additional styles to apply when the cursor is hovering over the link */
.crumbs TABLE TR TD A:hover {
	text-decoration:underline;
}
