/************************************************************/
/************************************************************/
/*                                                          */
/*   Corporate Web Services, Inc.                           */
/*   Master Style Sheet                                     */
/*                                                          */
/*   Authored by:                                           */
/*   Chad Herring                                           */
/*   October, 2002                                          */
/*                                                          */
/************************************************************/
/************************************************************/



/****************************************/
/*   Global font & background variables */
/****************************************/

BODY {
	font-family : tahoma, verdana, arial, sans-serif;
	font-size : 10pt;
	color : #666666;
	scrollbar-face-color : #D3D1BF;
	scrollbar-arrow-color : #666666;
	scrollbar-base-color : #D3D1BF;
	scrollbar-shadow-color : #D3D1BF;
	scrollbar-darkshadow-color : #666666;
	scrollbar-highlight-color : #D3D1BF;
	scrollbar-3dlight-color : #666666;
	scrollbar-track-color : #aaaaaa;
}

TABLE {
	font-family : tahoma, verdana, arial, sans-serif;
	font-size : 10pt;
}

.padded_cell {
	padding-left : 5px;
	padding-right : 5px;
}


/*****************************/
/*   Primary font size specs */
/*****************************/

.strikethrough{
	text-decoration : line-through;
}

.font_enormous {
    font-size : 16pt;
}

.font_gigantic {
    font-size : 14pt;
}

.font_huge {
    font-size : 12pt;
}

.font_medium {
    font-size : 10pt;
}

.font_smaller {
    font-size : 9pt;
}

.font_small {
    font-size : 8pt;
}

.font_microscopic {
    font-size : 7pt;
}

/************************************************/
/*   Site specific special font charactersitics */
/************************************************/

.highlight {
	color : #000080;
}

/***************************/
/*   Global link variables */
/***************************/

A {
	color : #000000;
	text-decoration : none;
}

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


/*********************************************/
/*   Global form field and button attributes */
/*********************************************/

.formcolor {
    font-family : tahoma, verdana, arial, sans-serif;
	font-size : 8pt;
	color : #666666;
	background-color : #E9E6D4;
	border-bottom : 1px solid Silver;
	border-left : 1px solid Silver;
	border-right : 1px solid Silver;
	border-top : 1px solid Silver;
}

.formbutton {
    font-family : tahoma, verdana, arial, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #666666;
	background-color : #E9E6D4;
	border-bottom : 1px solid Silver;
	border-left : 1px solid Silver;
	border-right : 1px solid Silver;
	border-top : 1px solid Silver;
}
