/* ---- CUSTOM */
.Sub_title_01{
	font-weight:bold;
	color:#1b3b6c;
	font-size:14px;
}
.Sub_title_02{
	font-weight:bold;
	color:#6e6e6e;
	font-size:12px;
}


/* ---- GLOBAL */
body, td, 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;
	background-color:#FFFFFF;
}
/* ---- */



/* ---- LINKS */
a:link, a:active, a:visited { 
	color: #92A92D;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #CD689D;
	font-weight: bold;
	text-decoration: none;
}
/* ---- */



/* ---- CONSTANT - DO NOT REMOVE */
img#transparent {behavior:url(../_css/components/transparent_png.htc)}
.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);
}
/* ---- */