/* CSS Document */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

p, h2, h3, h4, li {
    font-family: Arial;
	color: #444444;
	font-size: 11px;
    line-height: 13px;
}

a:link {
	font-size: 12px;
	color: #144e9a;
    line-height: 12px;
    text-decoration: none;
}

a:visited {
	font-size: 12px;
    color: #144e9a;
    line-height: 12px;	
    text-decoration: none;
}

a:hover {
	font-size: 12px;
    color: #144e9a;
	line-height: 12px;	
    text-decoration: underline;
}

a:active {
    font-size: 12px;
    color: #144e9a;
	line-height: 12px;
    text-decoration: none;
}

/* GRAY TEXT */

.bold_gray{
	color: #777777;
	font-family: Arial;
	font-weight:bold;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 20px;
	text-align: left;
	text-decoration:none;
}

.news_gray{
	color: #777777;
	font-family: Arial;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 14px;
	text-align: left;
	text-decoration:none;
}

a.news_gray:link{
	color: #777777;
	font-size: 11px;
	text-decoration:none;
}

a.news_gray:hover{
	color: #777777;
	font-size: 11px;
	text-decoration:underline;
}


.body_gray{
	color: #777777;
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 18px;
	text-align: left;
	text-decoration:none;
}

a.body_gray:link{
    color: #144e9a;
	font-size: 12px;
	text-decoration:none;
}

a.body_gray:hover{
    color: #144e9a;
	font-size: 12px;
	text-decoration:underline;
}

a.body_gray:visited{
    color: #144e9a;
	font-size: 12px;
	text-decoration:underline;
}


/* blue TEXT */

.title_blue{
	color: #144e9a;
	font-family: Arial;
	font-weight:bold;
	font-size: 22px;
	letter-spacing: 0px;
	line-height: 22px;
	text-align: left;
	text-decoration:none;
}

.bold_blue{
	color: #144e9a;
	font-family: Arial;
	font-weight:bold;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 20px;
	text-align: left;
	text-decoration:none;
}

.body_blue{
	color: #144e9a;
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 18px;
	text-align: left;
	text-decoration:none;
}

.doctor_blue{
	color:  #144e9a;
	font-family: Arial;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 14px;
	text-align: left;
	text-decoration:none;
}

a.doctor_blue:link{
	color: #144e9a;
	font-size: 11px;
	text-decoration:none;
}

a.doctor_blue:hover{
	color: #144e9a;
	font-size: 11px;
	text-decoration:underline;
}

/* orange TEXT */
.title_orange{
	color: #e58a63;
	font-family: Arial;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 30px;
	text-align: left;
	text-decoration:none;
}

.bold_orange{
	color: #e58a63;
	font-family: Arial;
	font-weight:bold;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 20px;
	text-align: left;
	text-decoration:none;
}

a.bold_orange:link{
	color: #e58a63;
	font-family: Arial;
	font-weight:bold;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 20px;
	text-align: left;
	text-decoration:none;
}

a.bold_orange:hover{
	color: #e58a63;
	font-family: Arial;
	font-weight:bold;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 20px;
	text-align: left;
	text-decoration:underline;
}

.body_orange{
	color: #e58a63;
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 18px;
	text-align: left;
	text-decoration:none;
}

/* White text*/
.footer{
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 20px;
	text-align: left;
	text-decoration:none;
}

/* lists */

ul {
    font-size: 10px;
	letter-spacing: 0px;
	line-height: 30px;
	color: #74b3fc;
	list-style: none;
	margin: 0px 0px 0px 0px;
}


li {
	margin: 0px 0px 0px 0px;
	
}

.clear_both {
	clear: both;
}

/* lines */
.short_dotted_line {
border-bottom: 1px dotted #cccccc;
width: 230px;
} 

.doctor_dotted_line {
border-bottom: 1px dotted #cccccc;
width: 550px;
}

.side_dotted_line {
border-bottom: 1px dotted #cccccc;
width: 170px;
} 
