/*-- Generic --*/

	body, td  								{ font-family:Trebuchet MS, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; background:#1a73b7; }
	h1 										{ font-size:18px; color:#FFFFFF; padding:0 0 5px 0; margin:0 0 5px 0; border-bottom:1px solid #EEEEEE; }
	h2 										{ font-size:12px; font-weight:normal; color:#FFFFFF; padding:0 0 10px 0; }
	a:link 									{ color:#aadeff; text-decoration:none; }
	a:visited 								{ color:#aadeff; text-decoration:none; }
	a:active 								{ color:#aadeff; text-decoration:none; }
	a:hover 									{ color:#aadeff; text-decoration:underline; }
	hr 										{ border:0; color:#999EA3; background-color:#999EA3; height:3px; width:100%; text-align:left; }

	ul 										{ margin:0; padding:0; list-style-type:none; }
	ol li 									{ margin:0 0 10px 20px; padding:0; }
	ul li  									{ margin:0; padding:3px 0 3px 0; text-decoration:none; border-bottom:1px solid #EEEEEE;  }

	#container-01 							{ background:#1a73b7; }

/***** Form *****/

	.cssform p 								{ width:200px; clear: left; margin: 0; padding: 1px 0 1px 0; padding-left:155px; /*width of left column containing the label elements*/ }
	.cssform label 						{ font-weight: bold; float: left; margin-left: -155px; /*width of left column*/ width:150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/ }
	.cssform input[type="text"] 		{ /*width of text boxes. IE6 does not understand this attribute*/ width:180px; height:14px; font-size:10px; }
	.cssform textarea 					{ width:180px; height:150px; font-size:10px; }
	.cssform select 						{ width:184px; height:18px; font-size:10px; }

/***** threepxfix class below: Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents. to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html *****/

	* html .threepxfix 					{ margin-left:3px; }

/***** Styling *****/

	.blue 									{ color:#aadeff; }
