/**********************************************
my own
***********************************************/
.trial {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%
}
body {
	margin: 0 0 0 0;
	background-color: #FFF;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small	
}
H1 { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: small; 
		color: #034A9A 
}
p {		
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small

}
.caption {		
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small

}
.tiptext {		
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small

}
.tipheader {
		font-size: x-small
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	text-decoration: none;
	color: #47C41E;
}

a:hover {
	color: #47C41E;
	font-weight: bold;
}

.atext {
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-decoration: none;
	color: #47C41E;
}

atext:hover {
	color: #47C41E;
	font-weight: bold;
}


.alinks {
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-decoration: none;
	color: #034A9A;
}
alinks:hover {
	color: #47C41E;
	font-weight: normal;
}

UL { list-style-image:url('../images/SquareBlueSmall.gif'); list-style-type:disc }

li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-decoration: none;
}
/* -------------------------------------------------------------------
Stylesheet:  pagestyles.css
Documented:  January 30, 2003
Purpose:     Defines styles used on the home page of the site.
             Defined for IE on PC, other stylesheets may be used to
             modify this one.
---------------------------------------------------------------------- */


.nomargin {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#bodytext h1  {
	color: #CC3333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 400%;
	font-weight: bold;
	margin-top: 0px;
}

#bodytext p {
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 0px;
}


/**********************************************
 section headings, text under section headings
***********************************************/

a.section {
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	text-decoration: none;
}

a.section:hover {
	color: #EE3333;
}

a.page {
	color: #555522;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a.page:hover {
	color: #EE3333;
}

.text { 
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-top: 0px;
}

.verticalBar {
	
}

/**********************************************
 section headings, text under section headings
***********************************************/


/**********************************************
 text and links in the upper menu bar
***********************************************/

.upperMenu {
	background-color: #0465CE;
	color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

a.upperMenuText {
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.upperMenuText:visited {
	color: #fff;
}

a.upperMenuText:active {
	color: #fff;
}

a.upperMenuText:hover {
	color: #47C41E;
}


/**********************************************
 text and links in the lower menu bar
***********************************************/

.lowerMenu {
	background-color: #0465CE;
	color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

a.lowerMenuText {
	color: #CCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.lowerMenuText:visited {
	color: #CCC;
}

a.lowerMenuText:active {
	color: #CCC;
}

a.lowerMenuText:hover {
	color: #fff;
}

/**********************************************
 the footer text
***********************************************/

.footer {
	color: #999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	margin-left:20px;
	margin-top: 8px;
}


/**********************************************
 background color for bars, and for the flash area
***********************************************/

.topBar {
	background-color: #E5E5E5;
}

.flashArea {
	background-image: url('../Images/FlashBackgroundTile.jpg');
}