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



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

BODY {
	font-family : times new roman, times, serif;
	font-size : 11pt;
	color : #000000;
	/* background-image : url(http://www.domain.com/siteimages/); */
}

TABLE {
	font-size : 12pt;
}



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

.headline {
    font-size : 16pt;
}

.xlarge {
    font-size : 14pt;
}

.large {
    font-size : 13pt;
}

.normal {
    font-size : 12pt;
}

.small {
    font-size : 10pt;
}

.mini {
    font-size : 9pt;
}



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

h1 {
	font-size : 12pt;
	color : #FFFFFF;
	font-weight : bold;
	background-color : #999999;
	padding : 2px
}

h2 {
	font-size : 11pt;
	color : #000000;
	font-weight : bold;
	background-color : #E2E2E2;
	padding : 2px;
}

.right_header {
	font-family : verdana, tahoma, arial, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #DD0000;
}

.right_text {
	font-family : verdana, tahoma, arial, sans-serif;
	font-size : 8pt;
	color : #000000;
}



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

A {
	color : #000099;
}

A:link {
	color : #000099;
	text-decoration : none;
}

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

A:visited {
	text-decoration : none;
}



/****************************/
/*   Special link variables */
/****************************/

A.leftnav {
	line-height : 18px;
	font-weight : bold;
	Color : #000000;
	padding : 2px;
}

A.leftnav:link {
	line-height : 18px;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
	background-color : #FFFFFF;
	padding : 2px;
}

A.leftnav:hover {
	line-height : 18px;
	color : #DD0000;
	font-weight : bold;
	text-decoration : none;
	background-color : #E2E2E2;
	padding : 2px;
}

A.leftnav:visited {
	line-height : 18px;
	font-weight : bold;
	text-decoration : none;
	padding : 2px;
}


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


A.footnav {
	Color : #DD0000;
	font-size : 12px;
}

A.footnav:link {
	color : #DD0000;
	font-size : 12px;
	text-decoration : none;
}

A.footnav:hover {
	color : #000000;
	font-size : 12px;
	text-decoration : none;
}

A.footnav:visited {
	font-size : 12px;
	text-decoration : none;
}



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

.formcolor {
	font-family : verdana, tahoma, arial, sans-serif;
	font-size : 10pt;
	color : #000000;
	background-color : #F0F0F0;
	border-bottom : 1px solid #EFEFEF;
	border-left : 1px solid #989898;
	border-right : 1px solid #EFEFEF;
	border-top : 1px solid #989898;
}

.formbutton {
    font-family : verdana, tahoma, arial, sans-serif;
	font-size : 9pt;
	color : #000000;
	background-color : #F0F0F0;
	border-bottom : 1px solid #989898;
	border-left : 1px solid #EFEFEF;
	border-right : 1px solid #989898;
	border-top : 1px solid #CFCFCF;
}

.topFormColor {
	font-family : verdana, tahoma, arial, sans-serif;
	font-size : 10px;
	color : #000000;
	background-color : #FFFFFF;	
}