/************************************************************/
/************************************************************/
/*                                                          */
/*   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;
	background-color : #999999;
	scrollbar-face-color : #DDDDDD;
	scrollbar-arrow-color : #57578F;
	scrollbar-base-color : #DED7C6;
	scrollbar-shadow-color : #BBBBBB;
	scrollbar-darkshadow-color : #57578F;
	scrollbar-highlight-color : #BBBBBB;
	scrollbar-3dlight-color : #57578F;
	scrollbar-track-color : #999999;
}

.body_text {
	position: relative;
	left: 10px;
}

.footer_text {
	position: relative;
	left: 10px;
	font-size: 8pt;
}

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

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

.extra_indent {
	margin-left : 5px;
}


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

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

.font_gigantic {
    font-size : 16pt;
}

.font_huge {
    font-size : 14pt;
}

.font_big {
    font-size : 12pt;
}

.font_normal {
    font-size : 10pt;
}

.font_small {
    font-size : 9pt;
}

.font_tiny {
    font-size : 8pt;
}

.font_microscopic {
    font-size : 7pt;
}

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

.highlight {
	background : #FFE400;
}

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

.table_nav {
	color : #57578F;
	text-decoration : none;
	font-size : 9pt;
}

A:hover.table_nav {
	color : #000000;
	text-decoration : underline;
}

.subnav {
	color : #999999;
	text-decoration : none;
	font-size : 8pt;
}

A:hover.subnav {
	color : #000000;
	text-decoration : underline;
}

A {
	color : #3030A8;
	text-decoration : underline;
}

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


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