/***********************************************/
/* requirements.css           				   */
/* Use only with requirements.asp              */
/***********************************************/

#header{
	background-image: url(../../images/headers/requirements.jpg);
}

.contentwrap{
	margin-bottom: 30px;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 15px;
	padding-top: 10px;
}

#content h2{
	font-size: 1.1em;
}

#content h3{
	font-size: x-small;
	padding-top: 10px;
}

.bullets1{
	list-style: disc;
	padding-left: 40px;
}

.effect6{
	list-style: circle;
	padding-left: 40px;
}

.effect7{
	font-size: xx-small;
}

ol{
	padding-left: 20px;
}

table{
	margin-top: 20px;
	width: 100%;
	border-collapse: collapse;
}

th{
	text-align: center;
}

td, th{
	border: 1px solid #000000;
}

/********************* end **********************/
