@charset "UTF-8";
/* CSS Document */

/* SUNY Downstate Medical Center
   Custom Stylesheet
*/
 
/* TEXT STYLES */
h2 {
	background-color: #E3E3CF;
	color: #000;
	border-left: 4px #C4C4B2 solid;
	padding: 2px 0 2px 5px;
	margin: 0 0 1em 0;
}
ul.bullet_blue {
	list-style: url(../images/bullet-blue.gif);
}
ul.bullet_gray {
	list-style: url(../images/bullet-gray.gif);
}
ul.bullet_orange {
	list-style: url(../images/bullet-orange.gif);
}
ul.bullet_orange_2 {
	list-style: url(../images/bullet-orange.gif);
	margin-left: 2em;
	font-size: 1em;
}
ul.bullet_orange_2 ul{
	font-size: .9em;
	list-style-type:square;
}
.caption_text {
	font-size: 11px;
	line-height: normal;
	padding: .2em 0 1em 0;
}
.text_red {
	color:#F30;
}
.text_green {
	color: #090;
}
.text_blue {
	color: #06F;
}
.underline_red {
	border-bottom: 1px #F30 solid;
	margin-bottom: .5em;
}
.underline_blue {
	border-bottom: 1px #06F solid;
	margin-bottom: .5em;
}
hr {
	padding: 0;
	margin: .4em .5em;
}
.clear_me {
	clear: both;
}