body {
	background: #dde8eb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
	/*background-image:url(images/gradient.jpg);
	background-repeat:repeat-x;*/
	margin:20px;
}

.purple {
	color: #63619A;
}

.orange {
	color: #D9541E;
}

.green {
	color: #006B6E;
}

.darkpurple {
	color: #352C66;
}

p{
	font-size: small;
	line-height: 135%;
	color: #333333;
	text-align:justify;
	margin: 8px 20px 15px 20px;
}

p.indent {font-size: .9em;
	line-height: 135%;
	font-weight: bold;
	color: #333333;
	text-align:justify;
	margin: 0 2px 0px 100px;

}

p.strong {font-size: .9em;
	line-height: 135%;
	font-weight: bold;
	color: #333333;
	text-align:justify;
	margin: 10px 2px 0px 20px;

}


table.inside{
	background-color:#FFFFFF;
}



table.outside{
	margin: 20px;
	padding:1px;
	background-color:#666699;
}

table.margin{
	margin: 20px;
}

p.small{
	font-size: x-small;
	line-height: 135%;
	color: #333333;
	text-align:center;
	margin: 20px 8px 10px 8px;
}

a.small{
	font-size: x-small;
	color: #006B6E;
	margin: 0px;
	font-weight:normal;
	text-decoration:underline;
}

a:visited.small{
	font-size: x-small;
	color: #006B6E;
	margin: 0px;
	font-weight:normal;
	text-decoration:underline;
}
a:hover.small{
	font-size: x-small;
	color: #352C66;
	margin: 0px;
	font-weight:normal;
	text-decoration:none;
}



ul{
	font-size: small;
	line-height: 120%;
	color: #333333;
	text-align:left;
	margin: 8px 20px 20px 35px;
	padding: 0px 0px 0px 15px;
}


li{
	list-style-image:url(../images/orange_dot.gif);
	margin: 8px 0px 8px 0px;
}

li ul li{
	list-style-image:url(../images/bullet.gif);
	margin: 8px 0px 8px 0px;
}


.gray{
	color: #999999;
}

h1{
	font-size: large;
	line-height:100%;
	color: #CC3300;
	font-weight:bold;
	margin: 0px 15px 5px 20px;
}

h2{
	font-size:small;
	line-height:50%;
	color: #CC3300;
	font-weight:bold;
	margin: 30px 15px 0px 20px;
}

h3{
	font-size:medium;
	line-height:50%;
	color: #63619A;
	font-weight:bold;
	margin: 60px 15px 0px 20px;
}

h4{
	font-size:small;
	line-height:50%;
	color: #000000;
	font-weight:bold;
	margin: 30px 15px 0px 20px;
}

a{
	font-size: small;
	color: #006B6E;
	font-weight:none;
	text-decoration:underline;
}
a:visited{
	font-size: small;
	color: #006B6E;
	font-weight:normal;
	text-decoration:underline;
}


a:hover{
	color: #352C66;
	font-weight:none;
	text-decoration:underline;
}



#subnav{
	font-size: small;
	line-height: 150%;
	color: #333333;
	margin: 8px 10px 5px 20px;
	text-align: left;
}

#subnav a{
	font-size: small;
	color: #413B7A;
	font-weight:normal;
	text-decoration:none;
	border-bottom-width: 1px;
 	border-bottom-style: dotted;
	border-bottom-color: #B3B3D9;
}




#subnav a:visited{
	font-size: small;
	color: #413B7A;
	font-weight:normal;
	text-decoration:none;
	border-bottom-width: 1px;
 	border-bottom-style: dotted;
	border-bottom-color: #B3B3D9;
}

#subnav a:hover{
	color: #666666;
	font-weight:none;
	text-decoration:none;
	border-bottom-width: 1px;
 	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#subnav a.current {
	font-size: small;
	color: #000000;
	font-weight:normal;
	text-decoration:none;
	border-bottom-width: 1px;
 	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}