/**************************/
/*  Default text style    */
/**************************/

BODY  {
	color : black;
	font-size : 10px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
}

P  {
	color : black;
	font-size : 10px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
}


td  {
	color : black;
	font-size : 10px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
}


h3  {
	color : #AD0021; 
	font-size : 16px; 
	font-family : Arial, Helvetica, sans-serif; 
	font-weight : bold; 
	font-style : normal; 
}



/********************************************/
/*  Bold any text font/color/size, etc      */
/********************************************/

b  {
	font-weight : bold;
}


/********************************************/
/*  Colored headers                         */
/********************************************/

/*  Black */

.head01  {
	color : black;
	font-size : 12px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
}


/*  Blue */

.head02  {
	color : #001B6B;
	font-size : 12px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
}


/*  Orange */

.head03  {
	color : #FF7704;
	font-size : 12px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
}


/*  Red */

.head04  {
	color : red;
	font-size : 12px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
}


/*  White */

.head05  {
	color : White;
	font-size : 12px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
}


/********************************************/
/*  Colored text                            */
/********************************************/

/*  Black - default -- needs NOT be defined - see above HTML tag definitions */

.text01  {
	color : black;
	font-size : 10px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
}


/*  Blue */

.text02  {
	color : #001B6B;
	font-size : 10px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
}


/*  Orange */

.text03  {
	color : #FF7704;
	font-size : 10px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
}


/*  Red */

.text04  {
	color : red;
	font-size : 10px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
}


/********************************************/
/*  Small text                              */
/********************************************/

/* Make any text small, no color declaration: inherits link colors, etc. */
.small  {
	font-size : 9px; 
	font-family : Verdana, Arial, sans-serif; 
	font-weight : normal; 
	font-style : normal; 
}


/*  Black */

.small01  {
	color : black;
	font-size : 9px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
}


/*  Blue */

.small02  {
	color : #001B6B;
	font-size : 9px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
}


/*  Orange */

.small03  {
	color : #FF7704;
	font-size : 9px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
}


/*  Red */

.small04  {
	color : red;
	font-size : 9px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
}


/*  White  */

.small05 {
	color : #FFFFFF;
	font-size : 9px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-style : normal; 
}

/*  Gray  */

.small06 {
	color : #CCCCCC;
	font-size : 9px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-style : normal; 
}



/********************************************/
/*  Links                                   */
/********************************************/


A:link  {
	color : #003399;
}


A:hover  {
	color : #0033CC;
	text-decoration: underline;
}


A:active  {
	color : #3366FF;
	text-decoration: underline;
}


A:visited  {
	color : #3366FF;
	text-decoration: underline;
}.link { color : #FFFFFF; font-size : 10px; font-family : Verdana, Arial, sans-serif; font-weight : normal; font-style : normal; ; text-decoration: underline }
h4 { color : #AD0021; font-size : 11pt; font-family : Arial, Helvetica, sans-serif; font-weight : bold; font-style : normal; ; line-height: normal}
.head06 { color : #666666; font-size : 12px; font-family : Verdana, Arial, sans-serif; font-weight : bold; font-style : normal; }
.text05 {
	color : white;
	font-size : 10px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
}
