/**************************************************************/
/* gt-racecar.css                                             */
/*                                                            */
/*   Background Color:      #F0F0F0 (Light Gray)              */
/*   Basic Text Color:      #000000 (Black)                   */
/*   Banner Color:          #004822 (Dark Green)              */
/*   Link Color:            #FF6600 (Orange)                  */
/*                                                            */
/**************************************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 8px 8px 0px 8px;
	padding: 0px;
	background-color: #F0F0F0;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #FF6600;
	text-decoration: none;
}

a:hover{
	color: #FF6600;
	text-decoration: underline;
}

a:name{
	color: #FF6600;
	text-decoration: none;
}

/************** header tag styles **************/

h1{
	color: #FF6600;
	margin: 0px;
	padding: 0px;
	font-family: "Eras Medium ITC";
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
}

h2{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: "Eras Medium ITC";
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
}

/*************** list tag styles ***************/

ul{
	list-style-type: circle;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

/************** feature styles *****************/

.pageName {
	color: #004822;
	letter-spacing:.2em;
	line-height:32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	}

.pageName a{
	color: #004822;
	text-decoration: none;
}

.pageName a:hover{
	color: #004822;
	text-decoration: none;
}


.bodyText {
	color:#000000;
	font:11px Arial, Helvetica, sans-serif;
	line-height:16px;
	letter-spacing:.1em;
	}

.bodyText img{
	padding: 0px 5px 5px 0px;
}


/************** content styles *****************/

.content{
	color: #000000;
	font-size: 70%;
}

.content a{
	color: #004822;
	font-weight: bold;
}

.content a:hover{
	color: #004822;
	font-weight: bold;
	text-decoration: none;
}

.content img{
	padding: 0px 0px 0px 0px;
}

/********************* end **********************/
