/*text-align
 Recognized values are left, center, and right.
 
font-size
 Only the numeric part of the value is used. Units (px, pt) are not parsed; pixels and points are equivalent.
 
text-decoration
 Recognized values are none and underline.
 
margin-left
 Only the numeric part of the value is used. Units (px, pt) are not parsed; pixels and points are equivalent.
 
margin-right
 Only the numeric part of the value is used. Units (px, pt) are not parsed; pixels and points are equivalent.
 
font-weight
 Recognized values are normal and bold. 
 
font-style
 Recognized values are normal and italic.
 
text-indent
 Only the numeric part of the value is used. Units (px, pt) are not parsed; pixels and points are equivalent.
 
font-family
 A comma-separated list of fonts to use, in descending order of desirability. Any font family name can be used. If you specify a generic font name, it will be converted to an appropriate device font. The following font conversions are available: mono is converted to _typewriter, sans-serif is converted to _sans, and serif is converted to _serif.
 
color
 Only hexadecimal color values are supported. Named colors (such as blue) are not supported. Colors are written in the following format: #FF0000.

display
 Supported values are inline, block, and none.
 */

body {background-color: #ffffff; margin-top: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; font-family: Verdana, arial,helvetica; font-size: 12px; color: #666666;}

.bodyText { font-family: Verdana, Arial,Helvetica,sans-serif; color: #777777; font-size: 10px; }

.bodyAltText { font-family: Verdana, Arial,Helvetica,sans-serif; color: #993300; font-size: 10px; }

.titleText { font-family: Verdana, Arial,Helvetica,sans-serif; color: #993300; font-size: 10px; font-weight: bold; }


.alert { font-family: Verdana, Arial,Helvetica,sans-serif; color: #993300; font-size: 12px; font-weight: bold;}

.alertSm { font-family: Verdana, Arial,Helvetica,sans-serif; color: #993300; font-size: 9px; font-weight: bold;}

.smText { font-family: Verdana, Arial,Helvetica,sans-serif; color: #999999; font-size: 9px; }

.topNav {font-family: arial,helvetica; font-size: 12px; color: #666666;}

.leftNav {font-family: arial,helvetica; font-size: 12px; color: #666666;}

.stage {font-family: arial,helvetica; font-size: 12px; color: #666666;}

.footer {font-family: arial,helvetica; font-size: 10px; color: #666666;}



.inline { display: inline; }

.block { display: block; }

a:link { color: #999999; text-decoration: underline;}

a:visited { color: #999999; text-decoration: underline;}

a:hover { color: #993300; text-decoration: underline;}

