/* CSS Document */

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

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

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

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

.mainTable {
	width: 732px;
	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;
	}

.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: #102074;
	}

.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;
	}

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

.pageTitle {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	}

.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;
	}
	