/************************************************************/

/************************************************************/

/*                                                          */

/*               Corporate Web Services, Inc.               */

/*                    Master Style Sheet                    */

/*                       Authored by:                       */

/*                                                          */

/*                       Chad Herring                       */

/*                      September, 2000                     */

/*                                                          */

/*          customized for: www.ClubRochester.com           */

/*                                                          */

/************************************************************/

/************************************************************/







/************************************************************/

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

/*******************************************************/

BODY {

	font-family: Arial, sans-serif;

	font-size: 10pt;

	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 {  color: #4C43BF; font-size: 10pt; font-weight: bold; text-decoration: none;}

/**customize**/ a:hover {  color: #A87C11; font-size: 10pt; font-weight: bold; text-decoration: underline;}

/**customize**/ a:active {  color: #4C43BF; font-size: 10pt; font-weight: bold; text-decoration: none;}

.maillink {  background-image: url(http://www.clubrochester.com/siteimages/mail/newmail.gif);}

.maillink:hover {  background-image: url(http://www.clubrochester.com/siteimages/mail/newmail.gif);}

.maillink:active {  background-image: url(http://www.clubrochester.com/siteimages/mail/newmail.gif);}

.maillink:visited {  background-image: url(http://www.clubrochester.com/siteimages/mail/readmail.gif);}

.faq {  color: #4C43BF; font-size: 10pt; font-weight: bold; text-decoration: none;}

.faq:hover {  color: #A87C11; font-size: 10pt; font-weight: bold; text-decoration: underline;}

.faq:active {  color: #4C43BF; font-size: 10pt; font-weight: bold; text-decoration: none;}





/************************************************************/

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

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

/************************************************************/



/**customize**/ .formcolor {font-family: arial, sans-serif; font-size: 9pt; color: #000000; background-color: #E3DDC3;}

/**customize**/ .formbutton {font-family: arial, sans-serif; font-size: 9pt; color: #FFFFFF; background-color: #003399;}







/************************************************************/

/*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;}