/* Cascading Style Sheet - to be applied to ALL pages
 *  using <link rel="stylesheet" type="text/css" href="/styles.css">
 *
 * Created by New York Web Works for Go Media Productions, Inc.
 */


/** TAG STYLES **/

BODY    {       scrollbar-track-color: #000000; scrollbar-arrow-color: #000000;
                scrollbar-face-color: #FFFFFF;
        }     

A:LINK		{ color: #D6380B; text-decoration: underline;}	  
A:VISITED	{ color: #D6380B;  text-decoration: underline;}
A:HOVER	{ color: #FFFFFF; background-color: #D6380B;text-decoration: none; font-weight: bold;}

UL	{ 		font-size: 12pt; font-family: Tahoma, sans-serif;
			margin-left: 36; margin-right: 12;
			margin-bottom: 2; margin-top: 0; 
 	}

OL	{ 		font-size: 12pt; font-family: Tahoma, sans-serif;
			margin-left: 36; margin-right: 12;
			margin-bottom: 2; margin-top: 0; 
 	}

LI { margin-left: 12; }

/** PARAGRAPH STYLES **/

.DefaultText    { font-size: 12pt; font-family:Tahoma,sans-serif; 
                  color:#000000; margin-left: 12; margin-right: 12;
                  margin-top:0; margin-bottom:16; text-align: center; }

.Heading        { font-size: 36pt; font-family: Tahoma,sans-serif; 
                  font-weight: bolder; text-align: center;
                  margin-top: 4; margin-bottom: 18;
                  margin-left: 12; margin-right: 12; }

.SubHeading   { font-size: 14pt; font-family: Tahoma,sans-serif;
                  font-weight: bold;  margin-bottom:0 text-align: left;
                  color: #000000; margin-left: 12; margin-right: 12; }
                  
.SubNavigation { font-size: 9pt; font-family: Tahoma, sans-serif;
			margin-top: 1; margin-bottom: 5; text-align: right;
			margin-right: 8; font-weight: bold; }