/*Pride Originals style sheet*/




/* MAIN FONT STYLE*/

BODY { 

font-family: arial,helvetica,sans-serif;
font-size: 12px;
color:#333333;
background-color: #ffffff;
}



TD, P, BLOCKQUOTE, .normal { 

font-family: arial,helvetica,sans-serif;
font-size: 12px;
color:#333333;
}


LI{ 

font-family: arial,helvetica,sans-serif;
font-size: 12px;
line-height: 15px;
color:#333333;
}


/*MASTHEAD TABS*/

.tabcolor {
font-size: 15px;
line-height: 20px;
background-color: #C3E6FF;
}




/* LINKS*/
A:link {color:#993300;
text-decoration: none;
font-weight: bold;
}

A:active {color:#996666;
text-decoration: none;
font-weight: bold;
}

A:visited {color:#336666;
text-decoration: none;
font-weight: bold;
}


/*ITALIC TEXT*/

.italic {
font-style: italic;
}

/* BOLD TEXT*/

.bold { 
font-weight: bold;
}


/* CENTERED TEXT*/

.center { 
text-align: center;
}





/* SMALLEST FONT*/

.detail{ 
font-size: 11px;
line-height: 11px;
}



/* HEADER STYLES*/

/*SECONDARY HEADING*/

H1 {font-size: 16px;
font-weight: bold;
}

H2 {font-size: 15px;
font-weight: bold;
}


/*TERTIARY HEADING*/

H3 {font-size: 13px;
font-weight: bold;
color:#333333;
}

/*T HEADING*/

H4 {font-size: 14px;
font-weight: bold;
color:#333333;
}






