body		{font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; color : #000000;}

a:link		{font-size: 11px; color: #0000cc;  text-decoration : none; font-weight : bold;} 
a:active	{font-size: 11px; color: #0000cc;  text-decoration : none; font-weight : bold;}
a:visited	{font-size: 11px; color: #0000cc;  text-decoration : none; font-weight : bold;}
a:hover		{font-size: 11px; color: #0000cc;  text-decoration : none; font-weight : bold; color: #FF0000;}

a:link.head1	{font-size: 18px; color: #0000cc;  text-decoration : none; font-weight : bold;} 
a:active.head1	{font-size: 18px; color: #0000cc;  text-decoration : none; font-weight : bold;}
a:visited.head1	{font-size: 18px; color: #0000cc;  text-decoration : none; font-weight : bold;}
a:hover.head1	{font-size: 18px; color: #0000cc;  text-decoration : none; font-weight : bold; color: #FF0000;}

p		{font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; color : #000000;}


/*	HEADING TAGS	*/
h1		{font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; color : #000000; font-weight : bold;}
h2		{font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; color : #000000;  font-weight : bold; }
h3		{font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; color : #000000; font-weight : bold;}
h4		{font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color : #000000;  font-weight : bold; }
h5		{font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color : #000000;  font-weight : bold; }
h6		{font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color : #000000;  font-weight : bold; }

/*	LIST TAGS	*/
ol		{font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; color : #000000;  list-style : square; }	
ul		{font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; color : #000000;  list-style : square; }	
ol ul		{font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; color : #000000;  list-style: square;  }	
li		{font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; color : #000000;  list-style : square; }	

/*	TABLE TAGS	*/
table		{font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; color : #000000; border: none; background-color: #FFFCF3}
th		{font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color : #000000; border: none; padding-left: 1px; padding-right: 1px; padding-top: 3px; padding-bottom: 3px;  border: 1px solid; border-color: #FFFFFF #FFFFFF #DECFBF #DECFBF; background-color: #FFFCF3}
td		{font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; color : #000000; border: none; padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px;  border: 1px solid; border-color: #FFFFFF #FFFFFF #DECFBF #DECFBF; background-color: #FFFCF3}

/*	MISC. TAGS	*/
input		{font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;}
select		{font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;}
pre		{font-family: monospace, Courier; font-size: 12px; margin-top: 1.2em; margin-bottom: 1.5em;}
code		{font-family: monospace, Courier; font-size: 12px;}
blockquote	{font-family: monospace, Courier; font-size: 12px;}
pre code	{font-size: 100%;}
hr		{color: #BFADA3;}
