/* CSS Document */

/* General CSS Settings */

/* Custom CSS Classes */
.topRightText {
	width:200px;
	color: #a3c2d9;
	font-weight: bold;
	text-align: right;
	padding-top: 2px;
	position:absolute;
	top: 0px;
	right: 2px;
}

.topRightText a:link,
.topRightText a:visited,
.topRightText a:active {
	text-decoration:underline;
	color: #a3c2d9;
}

.topRightText a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.searchBox {
	color: #195681;
	font-weight: bold;
	font-size:13px;
	text-align:left;
	width: 240px;
	position:absolute;
	top: 40px;
	right: 35px;
}

.insideTopNavText {
	
	color:#FFFFFF;
	font-size: 10px;
	letter-spacing: .05em;
	padding-left: 15px;
}

.insideTopNavText a:link,
.insideTopNavText a:visited,
.insideTopNavText a:active {
	text-decoration: none;
	color:#FFFFFF;
}

.insideTopNavText a:hover {
	text-decoration: none;
	color:#0562a3;
}

.topBar {
}

.topBarLeft {
	float:left;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

.topBarRight{
	float:right;
	font-size:14px;
	font-weight:bold;
}

.topBarRight a:link,
.topBarRight a:visited,
.topBarRight a:active {
	color:#000000;
	text-decoration:underline;
}

.topBarRight a:hover {
	color:#666666;
	text-decoration:none;
}

.productHeaders {
	font-size:18px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#95986a;
	line-height:30px;
}

.productHeaders a:link,
.productHeaders a:active,
.productHeaders a:visited {
	text-decoration:underline;
	color:#95986a;
}

.productHeaders a:hover {
	text-decoration:none;
	color:#BEC0A5;
}