html,body {
	height:100.1%;
	margin: 0px;
	padding:0px;
}
#container{
	margin:auto;
	width:780px;
	height:100%;
}

p,td {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.page_bg{
	background-image:url(../images/page_bg.jpg);
	background-repeat:repeat-y;
}
.leftbg {
	background-image: url(../images/body_left_bg.jpg);
	background-repeat: repeat-y;
}
.rightbg {
	background-image: url(../images/body_right_bg.jpg);
	background-repeat: repeat-y;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #666666;
}
.footer_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.question_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #CC0000;
	font-style: oblique;
	line-height: 30px;
}
.passplus_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	padding-top:6px;
	padding-bottom:6px;
	color: #CC0000;
	font-style: oblique;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #666666;
}
.list {
	list-style-position: outside;
	list-style-image: url(../images/bullet.jpg);
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	line-height: 13px;
	height: 15px;
	padding-left: 8px;
}
.list_two {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.smalltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
li {
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
.ul {
	margin-left: 4em;
}
.two:link{
	font-family: Arial;
	font-size:8px;
	color:#666666;
	text-decoration:underline;
}

.two:visited{
	font-family: Arial;
	font-size:8px;
	color:#666666;
	text-decoration:underline;
}

.two:hover{
	font-family: Arial;
	font-size:8px;
	color:#666666;
	text-decoration:underline;
}
