body 
	{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	line-height: 		16px;
	font-weight: 		normal;
	font-style: 		normal;
	text-decoration: 	none;
	text-indent: 		0;
	color:				white;
	margin: 			0;
	background-color: 	#283C4D;
	}
	
table	
	{
	border-collapse:	collapse;
	margin: 			0;
	border:				0;
	}

td 
	{ 
	padding:			0;
	}

img
	{
	border:				0;
	margin: 			0;
	}
		
img.icon
	{
	vertical-align:		middle;
	border:				0;
	margin: 			0;
	margin-right:		12px;
	}
		
img.illustration
	{
	border:				0;
	margin-top:			0;
	margin-bottom:		18px;
	margin-left:		18px;
	margin-right:		0;
	}
		
table.layout
	{
	width:				800px;
	background-color: 	black;
	}
		
table.layout td
	{
	vertical-align: 	top;
	}
		
table#HEADER
	{
	height:				200px;
	}
		
table#MENU
	{
	font-family: 		Arial, Verdana, Helvetica, san-serif;
	font-size: 			6pt;
	line-height:		12pt;
	font-weight: 		normal;
	font-style: 		normal;
	text-decoration: 	none;
	text-indent: 		0;
	color:				white;
	text-align: 		center;			
	}
		
table#MAIN
	{
	height:				100%;
	}

td.main
	{
	padding-left:		36px;
	padding-right:		36px;
	padding-top:	 	36px;
	padding-bottom: 	;
	}
		
table#FOOTER
	{
	}
		
td.footer
	{
	font-family: 		Arial, Verdana, Helvetica, san-serif;
	font-size: 			6pt;
	line-height: 		12pt;
	font-weight: 		normal;
	font-style: 		normal;
	text-decoration: 	none;
	text-indent: 		0;
	color:				white;
	text-align: 		center;
	padding: 			18px 18px 18px 18px;
	}
		
p 
	{
	text-align: 		left;
	text-indent: 		2em;
	margin-bottom: 		12px;
	}
	
p.no-indent 
	{
	text-indent: 		0;
	}
	
p.centered 
	{
	text-align: 		center;
	text-indent: 		0;
	}
	
p.address-block 
	{
	line-height: 		14pt;
	text-align: 		center;
	text-indent: 		0;
	}

h1
	{
	font-family: 		Arial, Verdana, Helvetica, san-serif;
	font-size: 			26px;
	line-height: 		26px;
	font-weight: 		bold;
	font-style: 		normal;
	text-decoration: 	none;
	text-indent: 		0;
	color: 				#83B2CC;
	text-align: 		center;
	margin:				0;
	}

h2
	{
	font-family: 		Arial, Verdana, Helvetica, san-serif;
	font-size: 			9pt;
	line-height: 		14pt;
	font-weight: 		bold;
	font-style: 		normal;
	text-decoration: 	none;
	text-indent: 		0;
	color: 				#83B2CC;
	text-align: 		center;
	margin:				0;
	}

ul.question
	{
	list-style-image: 	url(../images/q.jpg);
	list-style-position: outside;
	margin-bottom:		0;
	}
		
ul.answer
	{
	list-style-image: 	url(../images/a.jpg);
	list-style-position: outside;
	margin-bottom:		24px;
	}
		
li
	{
	text-align: 		left;
	margin:				0;
	}

a:link 
	{ 
	text-decoration: 	none;
	color: 				#83B2CC;
	font-weight: 		bold;
	}
	
a:hover 
	{ 
	text-decoration: 	underline;
	font-weight: 		bold;
	}
	
a:visited 
	{ 
	text-decoration: 	none;
	color: 				#83B2CC;
	font-weight: 		bold;
	}
	
span.toltera 
	{
	color: 				#83B2CC;
	font-weight: 		bold;
	}

td.portfolio
	{
	font-family: 		Arial, Verdana, Helvetica, san-serif;
	font-size: 			12pt;
	font-weight: 		bold;
	line-height: 		12pt;
	text-align:			left;
	vertical-align: 	middle;
	color: 				#83B2CC;
	padding:			60px 12px 12px 12px;
	}
	
table.form-table
	{
	width: 				100%;
	border-collapse: 	separate;
	border-spacing: 	12px;
	}
	
td.form-label-cells
	{
	font-family: 		Arial, Verdana, Helvetica, san-serif;
	font-size: 			8pt;
	font-weight: 		bold;
	line-height: 		8pt;
	text-align:			right;
	vertical-align: 	top;
	color: 				#83B2CC;
	padding:			4px 0 0 0;
	}
	
td.form-field-cells
	{
	text-align:			left;
	vertical-align: 	top;
	}
	
input, textarea.form-fields
	{
	font-family: 		Arial, Verdana, Helvetica, san-serif;
	font-size: 			8pt;
	background-color: 	#CCDDFF;
	margin:				0 0 0 0;
	}

input.form-buttons
	{
	font-family: 		Arial, Verdana, Helvetica, san-serif;
	font-size: 			8pt;
	color:				white;
	background-color: 	#283C4D;
	margin:				0 0 0 0;
	}
	
	
	