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



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

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

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

UL {
	list-style-image : url(images/check.gif);
	margin-left : 20px;
	margin-right : 20px;
	margin-top : 0px;
	margin-bottom : 0px;
}

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

.result_cell {
	border-bottom : 1px solid #999999;
	padding-top : 2px;
	padding-bottom : 2px;
}

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

.font_enormous {
    font-size : 16pt;
}

.font_gigantic {
    font-size : 14pt;
}

.font_huge {
    font-size : 12pt;
}

.font_big {
    font-size : 11pt;
}

.font_medium {
    font-size : 10pt;
}

.font_small {
    font-size : 9pt;
}

.font_microscopic {
    font-size : 8pt;
}

h1 {
	font-size : 16pt;
	font-weight : bold;
	color : black;
	font-family : Verdana,Arial, Helvetica, sans-serif;
	text-align : center;
}

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

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

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

.left_nav {
	font-weight : normal;
	width : 100%;
	height : 100%;
}

#blueBox a {
	font-weight : bold;
	color : #394182;
	text-decoration : none;
	margin-left : 5px;
	text-indent : -14px;
	display : block;
}

#blueBox a:hover {
	color : #666666;
	text-decoration : none;
}

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

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

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