/* CSS Document */

body {
	margin: 0px;
	background-color: #DCDCDC;
	}

.textFrm {
	border: 1px solid #B1B1B1;
	font-family: Arial;
	font-size: 11px;
	}

.newsItem {
	padding: 4px;
	border: 1px solid #cccccc;
	border-left: 5px solid #398b95;
	}



.content {
	padding:10px;
	font-family: Arial;
	font-size: 12px;
	color: #000;
	line-height: 18px;
	}

.content a, content a:visited  {
	font-weight: bold;
	color: #222;
	}

.feature_box_bg {
	width: 250px;
	height: 88px;
	background-image: url(images/feature_box_bg.png);
	background-repeat:no-repeat;
	border: 1px solid #8888aa;
	padding:10px;
	margin: 2px;
	font-family: Arial Narrow, Verdana;
	line-height: 21px;
	text-align: center;
	font-weight: bold;
	color: #aaa;
	}

.feature_box {
	color: #aaa;
}

.feature_box a, .feature_box a:visited {
	color: #ddd;
	text-decoration: none;
	}
	
.feature_box a:hover {
	color: #fff;
	}
	
.feature_small {
	font-size: 14px;
	}

.feature_big {
	font-size: 22px;
	}


.mainTable {
	width: 732px;
	border-right: 4px solid #B1B1B1;
	border-left: 4px solid #B1B1B1;
	background-color: #fff;
	}
	
.mainTableWide {
	width: 932px;
	border-right: 4px solid #B1B1B1;
	border-left: 4px solid #B1B1B1;
	background-color: #fff;
	}

.menuTable {
	border-right: 1px solid #B1B1B1;
	border-top: 1px solid #B1B1B1;
	background-color: #DCDCDC;
	font-family: Arial;
	font-size: 12px;
	width: 170px;
	}
	
.menuTableWide {
	border-right: 1px solid #B1B1B1;
	border-top: 1px solid #B1B1B1;
	background-color: #DCDCDC;
	font-family: Arial;
	font-size: 12px;
	width: 250px;
	}

.faqTable {
	border-right: 1px solid #B1B1B1;
	border-left: 1px solid #B1B1B1;
	border-top: 1px solid #B1B1B1;
	background-color: #DCDCDC;
	font-family: Arial;
	font-size: 12px;
	}

.menuCell {
	color: #000;
	border-bottom: 1px solid #B1B1B1;
	padding: 6px 6px 6px 15px;
	}

.menuCell a {
	color: #222;
	text-decoration: none;
	}
.menuCell a:visited {
	color: #222;
	text-decoration: none;
	}
.menuCell a:hover {
	color: #444;
	text-decoration: underline;
	}

.menuCellSel {
	padding: 6px 6px 6px 15px;
	border-bottom: 1px solid #B1B1B1;
	background-color: #3AB1BA;
	}

.menuCellSel a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}
.menuCellSel a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}

.findCVS {
	color: #3AB1BA;
	font-size: 11px;
	font-weight: bold;
	}

.cvsInfo {
	font-size: 11px;
	}

.picStyle {
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 4px;
	border: 1px solid #dddddd;
	}

select {
	font-size: 9px;
	font-weight: bold;
	}

.pageTitle {
	font-family: Helvetica, Verdana, Arial;
	font-size: 25px;
	font-weight: normal;
	color: #398b95;
	text-transform: lowercase;
	border-bottom: 1px solid #999999;
	letter-spacing:-1px;
	}

.siteTitle {
	font-family: Arial Narrow, Arial;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	width: 732px;
	border-right: 4px solid #B1B1B1;
	border-left: 4px solid #B1B1B1;
	background-color: #fff;
	padding: 5px;
	}

.siteSubTitle {
	width: 732px;
	border-right: 4px solid #B1B1B1;
	border-left: 4px solid #B1B1B1;
	background-color: #fff;
	font-family: Arial Narrow, Arial;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #B1B1B1;
	}

.norm {
	font-family: Arial;
	font-size: 11px;
	}

.sbStyle {
	border: 1px solid #888888;
	background-color: #B1B1B1;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	}
	