/************************************************************/
/************************************************************/
/*                                                          */
/*               Corporate Web Services, Inc.               */
/*                    Master Style Sheet                    */
/*                       Authored by:                       */
/*                                                          */
/*                       Chad Herring                       */
/*                      September, 2000                     */
/*                                                          */
/************************************************************/
/************************************************************/



/************************************************************/
/*this sets the overall variables for the document***********/
/************************************************************/

/**customize**/ BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}

/* 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;}



/************************************************************/
/*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: #666699; text-decoration: none;}
/**customize**/ A:hover {  color: #000000; text-decoration: underline;}
/**customize**/ A:active {  color: #FFCC00; text-decoration: none;}
/**customize**/ A:visited {  color: #666699; 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: #FFFFFF; background-color: #990000;}
/**customize**/ .formbutton {font-family: verdana, arial, sans-serif; font-size: 9pt; color: #FFFFFF; background-color: #990000;}



/************************************************************/
/*this adds a background color to text like a highliter******/
/*this is set to YELLOW by default, so if it's not yellow,  */
/*I have abviously changed it to another color***************/
/************************************************************/

/**customize**/ .font_color_background {  background-color: #ffff00; padding: 1px;}