/************************************************************/
/************************************************************/
/*                                                          */
/*               Corporate Web Services, Inc.               */
/*                    Master Style Sheet                    */
/*                       Authored by:                       */
/*                                                          */
/*                       Chad Herring                       */
/*                      September, 2000                     */
/*                                                          */
/*                        Customized                        */
/*                      December, 2000                      */
/*                            for                           */
/*                  http://www.cncfcpa.com                  */
/*                                                          */
/*             This stylesheet is WC3 compliant             */
/*                     for CSS1 & CSS2                      */
/*                                                          */
/*                       Viewable at:                       */
/*               http://www.w3.org/Style/CSS/               */
/*                                                          */
/************************************************************/
/************************************************************/



/************************************************************/
/*this sets the overall variables for the document***********/
/************************************************************/

/**customize**/ BODY {  font-family: verdana, arial, sans-serif; font-size: 10pt; color: #000000;}
h5 {
	padding-bottom:0px;
	margin-bottom:0px;
}

/* this can be added for a BACKGROUND IMAGE: background-image: url(http://www.SITE.URL/siteimages/background.gif); */



/************************************************************/
/*these set the specific sizes of the text in the document***/
/************************************************************/

.font_gigantic {  font-size: 14pt;}
.font_huge {  font-size: 12pt;}
.font_big {  font-size: 11pt;}
.font_medium {  font-size: 10pt;}
.font_small {  font-size: 9pt;}
.font_microscopic {  font-size: 8pt;}

.ordernow {  font-size: 10pt; font-family: Verdana, Arial, sans-serif; color: #990000; font-weight: bold;}
A.ordernow:link {  font-size: 10pt; font-family: Verdana, Arial, sans-serif; color: #990000; font-weight: bold; text-decoration: none;}
A.ordernow:hover {   font-size: 10pt; font-family: Verdana, Arial, sans-serif; color: #336633; font-weight: bold; text-decoration: none;}
A.ordernow:active {   font-size: 10pt; font-family: Verdana, Arial, sans-serif; color: #990000; font-weight: bold; text-decoration: none;}

table { 
	display:block;
	overflow:visible;
	font-family: verdana, arial, sans-serif; 
	font-size: 10pt; color: #000000;
}


/************************************************************/
/*these set COLOR-WEIGHT attributes for text*****************/
/*default is BLACK-DEFAULT TEXT STYLE************************/
/************************************************************/

.color_red {  color: red;}
.text_italic {  font-style: italic;}
.text_bold {  font-weight: bold;}



/************************************************************/
/*these are the link attributes******************************/
/************************************************************/

/**customize**/ A:link { color: #990000; text-decoration: none;}
/**customize**/ A:hover {  color: #669966; text-decoration: underline;}
/**customize**/ A:active {  color: #990000; text-decoration: none;}




/************************************************************/
/*.formcolor specifies form field attributes*****************/
/*.submitbutton specifies form button attributes*************/
/************************************************************/

/**customize**/ .formcolor {font-family: verdana, arial, sans-serif; font-size: 9pt; color: #669966; background-color: #cccccc;}
/**customize**/ .formbutton {font-family: verdana, arial, sans-serif; font-size: 9pt; color: #ffffff; background-color: #333399;}




/************************************************************/
/*This nifty little section changes the color of scrollbars**/
/*in IE5.5 Does not affect NN or old IE at all***************/
/************************************************************/


body {
scrollbar-face-color: #669966;
scrollbar-shadow-color: #336633; 
scrollbar-highlight-color: #336633; 
scrollbar-3dlight-color: #336633; 
scrollbar-darkshadow-color: #336633; 
scrollbar-track-color: #669966; 
scrollbar-arrow-color: #336633;
}
