/************************************************************/
/************************************************************/
/*                                                          */
/*   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 : #bfbfbf;
	background-color : #000000;
	scrollbar-face-color : #0B0C24;
	scrollbar-arrow-color : #F3AF00;
	scrollbar-base-color : #0B0C24;
	scrollbar-shadow-color : #6c6c6c;
	scrollbar-darkshadow-color : #0B0C24;
	scrollbar-highlight-color : #0B0C24;
	scrollbar-3dlight-color : #6c6c6c;
	scrollbar-track-color : #0B0C24;
}

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

.padded_cell {
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
}

.subnav_cell {
	padding-left : 10px;
	padding-right : 10px;
}

.subnav_link {
	color : #bfbfbf;
	text-decoration : none;
}

.subnav_link:hover {
	text-decoration : none;
}

/*****************************/
/*   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_small {
    font-size : 8pt;
}

.font_microscopic {
    font-size : 7pt;
}

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

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

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


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

.formcolor {
    font-family : tahoma, verdana, arial, sans-serif;
	font-size : 8pt;
	color : #666666;
	background-color : #ECECEC;
	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 : #000080;
	background-color : #ECECEC;
	border-bottom : 1px solid Silver;
	border-left : 1px solid Silver;
	border-right : 1px solid Silver;
	border-top : 1px solid Silver;
}

