body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.20box {
	height:20px; 
	font-size:12px;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.top_menu {
	height: 30px;
	width: 870px;
	background-color: #3399FF;
	padding: 0px 0px 0px 10px;
	margin-top: 8px;
	margin-right: 10px;
	margin-left: 10px;
}
.top_menu ul{
	background-color: #3399FF;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.top_menu li{
	width: 100px;
	background-color: #3399CC;
	display: inline;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.top_menu a{
	color: #FFFFFF;
	text-decoration: none;
}
.top_menu a:hover{
	color: #000000;
	text-decoration: none;
}

.Bold14px {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px;
}

h1 {
	color:#990000;
	font-size: 28px;
}
h2 a {
	color:#0066FF;
	font-size: 18px;
}
h2 a:hover {
	color:#003399;
	font-size: 18px;
}
h2 a:visited {
	color:#003399;
	font-size: 18px;
}
.Red {
	color:#FF0000;
}
.Red16 {
	color:#FF0000;
	font-size: 16px;
}
.TableDefault {
    padding:5px;
	margin:5px;
	border:1px solid black;
}
.h1_review {
	font-size:28px;
	color:#990000;
	margin: 5px 0px;
	padding: 0;
}
.bottomDotted {
	border-bottom:dotted 1px #000000;
}
.HeadingDotted {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px;
	border-bottom:dotted 1px #000000;
	color:#990000;
}
.adsense_box1 {
	display: block;
	float: right;
	height: 250px;
	width: 250px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.videoCol {
	margin:10px 0px;
}
.cat_head {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	background: url(../images/reviewpage/downarrow.gif) no-repeat 0px 50%;
	padding: 0 0 0 20px;
	margin: 0;
	display: block;
}
.cat_section a {
	font-size: 14px;
	text-decoration: none;
	margin-left: 10px;
	padding-left: 20px;
	color: #003366;
	display: block;
}
.cat_section a:hover {
	font-size: 14px;
	text-decoration: none;
	margin-left: 10px;
	padding-left: 20px;
	color: #003366;
	font-weight: bold;
	background: url(../images/reviewpage/rightarrow.gif) no-repeat 0px 50%;
	display: block;
}

.cat_section a:visited{
	font-size: 14px;
	text-decoration: none;
	margin-left: 10px;
	padding-left: 20px;
	color: #0066FF;
}
.cat_section span{
	display:none;
}

a span {
	display: none;
}
.cellSpace div {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* JOIN PAGE CSS */
.arrow_reg {
	background:url(../images/arrow_reg.gif) no-repeat 0px 50%;
	display: block;
	padding: 5px 0px 5px 40px;
	margin: 10px 0;
	height: auto;
	width: auto;
	font-size: 16px;
	color: #000066;
}
.blackItal {
	font-size: 12px;
	color: #111111;	
}
.dotted_border {
	padding: 5%;
	height: auto;
	width: 90%;
	border: 2px dashed #FF0000;
}

/* HINT BOX */

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

/* Exit CSS */
#opaque {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    background-color: black;
    filter: alpha(opacity=30);
    opacity: 0.3;
}
* html #opaque {
    position: absolute;
}
/* Exit CSS End */
