*{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#outer {
	margin: auto;
	width: 990px;
}
#header{
	margin-bottom: 10px;
}

#side_menu_holder{
	width: 185px;
	float: left;
}


#side_menu{
	width: 185px;
	height: 425px;
	background-image: url(img/template/menu_bg.jpg);
}

#side_menu_ipo{
	width: 185px;
	height: 317px;
	background-image: url(img/template/menu_bg_ipo.jpg);
}

#side_menu_empty{
	width: 185px;
	float: left;
	height: 355px;
}

.content{
	width:787px;
	float: right;
}

#content_head{
	width: 768px;
	padding: 5px 5px 0px 14px;
	background-image: url(img/template/IPO_content_box_top.jpg);
	height: 40px;
}
#content_text{
	width: 768px;
	padding: 0px 5px 0px 14px;
	background-image: url(img/template/IPO_content_mid.jpg);
}
#content_footer{
	width: 787px;
	background-image: url(img/template/IPO_ontent_footer.jpg);
	height: 20px;
	background-repeat: no-repeat;
}

#side_menu_inner{
	width:168px;
	margin:auto;
}
#menu_list{
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}

#menu_list li{
vertical-align:middle;
}
#menu_list li a{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	height: 26px;
	padding: 10px 0px 0px 25px;
	background-image: url(img/template/IPO_menu_item_bg.jpg);
}
#menu_list li a:hover{
	color:#FF0000;
}
.menu_title{
	margin-top: 10px;
	background-image: url(img/template/IPO_menu_title.jpg);
	height: 26px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	padding: 10px 0px 0px 25px;
}


h1{
	font-family:arial;
	font-weight: bold;
	font-size: 24px;
	color: #333399;
	margin: 0px;
}

h2{
	font-family:arial;
	font-weight: bold;
	font-size: 16px;
	color: #333399;
	margin: 0px;
}

h3{
	font-family:arial;
	font-weight: bold;
	font-size: 14px;
	color: #333399;
	margin: 0px;
}

h4{
	font-family:arial;
	font-weight: bold;
	font-size: 12px;
	color: #333399;
	margin: 0px;
}

tr, td, th{
	padding: 3px;
}

td h4 a{
	font-size: 9px;
}

form{
	margin: 0px;
	padding: 0px;
}

.bg{
background-color: #EEEEEE;
}

#menu_list li a.selectedMenu{
	color: #FF0000;
}

.listLink{
	display:block;
}

a.listLink:hover{
	color: #FF0000;
}

.correct {
font-weight: bold;
}

.redText{
	color: #FF0000;
}
