/**
 * Notes:
 * Styles like the margin styles are defined in the stylesheet
 * to allow for overrides for printing purposes.
 * 
 */

/** {border:1px solid #Fc0; }*/

/** Default overrides **/
body 				{ font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:10px; }
form				{ margin:0px; padding:0px; }
li					{ list-style:square; }
textarea			{ font-family:Arial, Helvetica, sans-serif; font-size:12px; }


/** Link styles **/
a:link 				{ color: #336; }
a:visited 			{ color: #336; }
a:hover 			{ color: #FC0; }
a:active 			{ color: #336; }


/** Positioning styles **/
.right				{ float:right; }
.left				{ float:left; }
.center				{ text-align:center; }


/** Positioning and visibility styles **/
.clear-both			{ clear:both; }
.hidden				{ display:none; }


/** Text styles **/
.highlight	 		{ background-color: #ffc; }
.italic				{ font-style:italic; }
.printOnly 			{ display: none; }
.small				{ font-size:11px; }
.large				{ font-size:13px; }
.light				{ color:#AAA; }
.strong				{ font-weight:bold; }

#content			{ text-align:left; width:600px; }