/* CSS Document */

/* Body Default Settings
-------------------------- */
body {
		font-family: 		Arial, Helvetica, "Helvetica Neue", sans-serif;
		text-align: 		center;
		background-color: 	#dbdcff;
		text-decoration: 	none;
	}


/* Main Text Settings
-------------------------- */
}
h1 {
		
		color: 			#333;
		font-size: 		18px;
		line-height: 	30px;
		text-align: 	left;
}
h2 {
		color: 			#036;
		font-size: 		20px;
		line-height: 	30px;
		text-align: 	left;
}
h3 {	font-style: 	italic;
		color: 			#036;
		font-size: 		14px;		
		line-height: 	20px;
		text-align: 	center;		
}

h4 {	color: 			#222;
		font-size: 		10px;		
		line-height: 	16px;
		text-align: 	center;
		font-weight:	normal;
		}
p {				
		color: 			#222;
		font-size: 		13px;
		line-height: 	18px;
		text-align: 	left;
}
.pbold {				
		color: 			#222;
		font-size: 		12px;
		font-weight:	bold;
		line-height: 	18px;
		text-align: 	left;
}
.pnav {				
		color: 			#222;
		font-size: 		12px;
		font-weight:	bold;
		line-height: 	18px;
		text-align: 	right;
}


.titles {
		color: 			#222;
		font-size: 		12px;
		line-height: 	20px;
		text-align: 	center;
}
.nav {
		font-size: 		12px;
		line-height: 	14px;
		text-align: 	center;
		font-weight:	bold;
}
.indexboxes {				
		color: 			#000;
		font-size: 		12px;
		font-weight:	bold;
		line-height: 	14px;
		text-align: 	center;
}
.banner {				
		color: 			#fff;
		font-size: 		12px;
		letter-spacing: 1px;
		line-height: 	14px;
		text-align: 	center;
}
.quote {				
		color: 			#222;
		font-size: 		12px;
		font-style: 	italic;
		line-height: 	18px;
		text-align: 	left;
}
.psmall {				
		color: 			#fff;
		font-size: 		10px;
		line-height: 	15px;
		text-align: 	left;
}

/* Main Link Settings
-------------------------- */
a:link {
	color: 				#fff;
	text-decoration: 	none;
	
	}
a:visited {
	color: 				#fff;
	text-decoration: 	none;	
}
a:hover {
	color: 				#000;
	text-decoration: 	underline;
	background-color: 	#fff;
}
a:active {
	color: 				#484aa2;
	background-color: 	#fff;
	text-decoration: 	none;
}





ul {	
	margin: 20;
	padding: 0;	
	list-style-type: circle;	
	
}
li {
	padding: 0 0 0 10px;
	text-align: left;
	font-size: 13px;
	color: #222;
}