/************************************************************/
/************************************************************/
/*                                                          */
/*   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 : #444444;
	background-color : #666666;
}

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



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

.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;
}



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

.highlight {
	color : #000080;
}



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

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

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

.LeftSideLink {
	color : #FFFFFF;
	font-weight : normal;
	text-decoration : underline;
}

a:hover.subnav_link {
	color : #FFA200;
	text-decoration : none;
}

.marketing_highlight_link {
	color : #FFA200;
	font-weight : bold;
	text-decoration : none
}

a:hover.marketing_highlight_link {
	color : #FFFFFF;
	text-decoration : none;
}

.rightside_link {
	color : #FFA200;
	font-weight : normal;
	text-decoration : underline;
}

a:hover.rightside_link {
	color : #FFFFFF;
	font-weight : normal;
	text-decoration : none;
}

a:hover.aup_link {
	color : #CCCCCC;
	font-weight : normal;
	text-decoration : none;
}



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

textarea {
	background-color : #d9d7c0;
	border-bottom : 1px solid #999988;
	border-left : 1px solid #999988;
	border-right : 1px solid #999988;
	border-top : 1px solid #999988;
}

.textfield {
	background-color : #d9d7c0;
	border-bottom : 1px solid #999988;
	border-left : 1px solid #999988;
	border-right : 1px solid #999988;
	border-top : 1px solid #999988;
}

.checkbox {
	background-color : #d9d7c0;
	border-bottom : 1px solid #999988;
	border-left : 1px solid #999988;
	border-right : 1px solid #999988;
	border-top : 1px solid #999988;
}

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

.formcolor_chamberpak {
	font-family : courier, courier new, mono, sans-serif;
	font-size : 10pt;
	color : #FF0000;
	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;
	color : #000000;
	background-color : #d9d7c0;
	border-bottom : 1px solid #999988;
	border-left : 1px solid #999988;
	border-right : 1px solid #999988;
	border-top : 1px solid #999988;
}

#subject {
	visibility:hidden;
	height:5px;
}