/* basic elements */
body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: underline; 
	color: #333333;
}
a:visited { 
	text-decoration: underline; 
	color: #333333;
}
a:hover, a:active {
	text-decoration: underline;
	color: #333333;
	background-color: #CCCC99;
}

/* specific */
.header {
	background-image: url(common/images/main_title.gif);
	float: none;
	margin: 3px 0px 0px;
	height: 51px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: right center;
}
.root {
	background: #CCCC99
	font-size: 12px;
	text-indent: 12px;
	text-align: left;
	vertical-align:middle;
	background-color: #CCCC99;
	font-size: 12px;
}
.head1 {
	background: #CCCC99;
	font-size: 18px;
	font-weight: bold;
	text-indent: 12px;
	text-align: left;
	vertical-align:middle
}
#body {
	background: #CCCC99;
	text-align: left;
	vertical-align:top
}
.head2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.footer {
	font-size: 11px;
	text-align: center;
	vertical-align:middle
}
.head3 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.body1 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin-right: 24pt;
	margin-left: 24pt;	
}
.body2 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin-left: 0pt;
}
ul li{
    font-size: 14px;
	list-style-type: disc;
	margin-right: 24pt;
}
ol.alpha ol li{
    font-size: 14px;
	list-style-type: upper-roman;
	margin-left: 30px;
}
ol.alpha li{
    font-size: 14px;
	list-style-type: lower-alpha;
	margin-left: 30px;
	}
ul ul li{
    font-size: 14px;
	list-style-type: circle;
	list-style-position: inside;
	margin-right: 24pt;
}
ul ul ul li{
    font-size: 14px;
	list-style-type: square;
	list-style-position: inside;
	margin-right: 24pt;
}
ol li{
	font-size: 14px;
	list-style-type: decimal;
	list-style-position: outside;
	margin-right: 24pt;
	margin-left: 12pt;
}
ol ol li{
	font-size: 14px;
	list-style-type: lower-alpha;
	list-style-position: outside;
	margin-right: 24pt;
}
ol ol ol li{
	font-size: 14px;
	list-style-type: lower-roman;
	list-style-position: outside;
	margin-right: 24pt;
}

.state_variation {border: 1px solid white; padding: 5px; margin: 5px;}

.state_variation .title {color: black; border-bottom: 1px solid white; margin-bottom: 7px;}
/* felicity's styles */
.right {float: right; margin: 7px;}

p {text-align: justify; margin: 7px 24px; right: 0;}

/*specific purposes */
.margin-left {margin-left: 80px;}

