/* CSS Document */

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


/* Main Text Settings
-------------------------- */
}
h1 {
		
		color: 			#111;
		font-size: 		60px;
		line-height: 	48px;
		text-align: 	left;
}
h2 {
		color: 			#222;
		font-size: 		20px;
		line-height: 	24px;
		text-align: 	left;
}
h3 {	font-style: 	italic;
		color: 			#222;
		font-size: 		16px;		
		line-height: 	16px;
		text-align: 	center;		
}

h4 {	color: 			#222;
		font-size: 		16px;		
		line-height: 	30px;
		text-align: 	left;
		}
p {				
		color: 			#222;
		font-size: 		12px;
		line-height: 	18px;
		text-align: 	left;
}
.pright {				
		color: 			#222;
		font-size: 		12px;
		line-height: 	18px;
		text-align: 	right;
}
.titles {
		color: 			#555;
		font-size: 		10px;
		line-height: 	18px;
		text-align: 	center;
		
}
.nav {
		font-size: 		12px;
		line-height: 	14px;
		text-align: 	left;
}
.indexboxes {				
		color: 			#222;
		font-size: 		11px;
		line-height: 	14px;
		text-align: 	left;
		
}
.banner {				
		color: 			#222;
		font-size: 		12px;
		line-height: 	14px;
		text-align: 	center;
		font-weight:	bold;
}

.design {
		color: 			#222;
		font-size: 		10px;
		line-height: 	12px;
		text-align: 	center;
		font-weight:	normal;
}
.faqs {
		color: 			#222;
		font-size: 		12px;
		line-height: 	18px;
		text-align: 	center;
		font-weight:	bold;
}


/* Main Link Settings
-------------------------- */
a:link {
	color: 				#111;
	text-decoration: 	none;
	}
a:visited {
	color: 				#537aa1;
	text-decoration: 	none;	
}
a:hover {
	color: 				#f50;
	text-decoration: 	underline;
	background-color: 	#cee1f2;	
}
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: 12px;
	color: #222;
}