/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
body, p, form, hr, h1, h2, h3 {
	margin:0;
	padding:0;
}
/******* hyperlink and anchor tag styles *******/
a {
	color:#148dda;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}

/*************** list tag styles ***************/

ul {
	margin:0;
	padding:0px 0px 0px 30px;
	list-style-type: circle

}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	margin:0px auto;
	width:1000px;

}
.cl {
	clear:both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
img {
	border:0;
}
/***********************************************/
/* Layout Classes                                 */
/***********************************************/

#strp-bg { background:url(../images/strip-bg.gif) repeat-y top;}
.tool-tip { color:#006bb6; font-weight:bold; text-decoration:none; background:url(../images/tool-tip-bg.gif) repeat-y top;
display:none; border:1px solid #c4c2c3; padding:5px;}
