/* ---- CUSTOM */

.background {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}
.Heading1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #184173;
	font-weight: bold;
}
a.sub_nav:link, a.sub_nav:active, a.sub_nav:visited { 
	color: #ffffff;
	text-decoration: none;
}

a.sub_nav:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.sub_menu:link, a.sub_menu:active, a.sub_menu:visited { 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.sub_menu:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.nav_hove:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

/*---- */



/* ---- GLOBAL */
body, td, p, ul, li  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* ---- */



/* ---- LINKS */
a:link, a:active, a:visited { 
	color: #265187;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #333399;
	font-weight: bold;
	text-decoration: underline;
}
/* ---- */



/* ---- CONSTANT - DO NOT REMOVE */
.showspeechbubble {behavior:url(../_css/components/speech_bubble.htc)}
span#my_sc {
	display: none;
	width: 200px;
	height: 10px;
	background-color: #E8E8E8;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	filter: alpha(opacity=100);
	position: absolute;
	behavior: url(../_css/components/saved_comments.htc);
}
/* ---- */