body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

a
{
    color: #4A84CA;
}

a:hover
{
}   

td {
	font-size: 12px;
	vertical-align: top;
	text-align: left;
}

th {
	font-size: 12px;
}

.bodystyle {
	font-size: 12px;
}

.small {
	font-size: 9px;
}

.medium {
	font-size: 12px;
}

.big {
	font-size: 16px;
}

.xbig {
	font-size: 24px;
}

.expanded {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	text-align: justify;
}

.footer {
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}

.GoGlassTitles{
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
	color: #090;
	}


#GoGlassBodyDIV{
	width: 982px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CCCCCC;
	background-color: white;
	}
	
#GoGlassBottomDIV{
	width: 982px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.LocatorHeader
{
	font-size: 8pt;
	font-weight: bold;
	color: White;
	text-decoration: none;
}

.LocatorHeader:link:hover
{
	font-size: 8pt;
	font-weight: bold;
	color: White;
	text-decoration: underline;
}

.LocatorContent
{
	font-size: 8pt;
	color: Black;
	text-decoration: none;
}

.LocatorContent:link:hover
{
	font-size: 8pt;
	text-decoration: underline;
}

.BottomText{
	color: #666666;
	font-size: 8pt;
	}
	
	
	
	
/*NAVIGATION*/

ul.Navigation li
{
    display: inline;
    margin: 0 5px 0 0;
    padding:0px;
}

ul.Navigation li a
{
    font-size: 12pt;
    color: #FFFFFF;
    text-decoration: none;
    /*font-weight: bold;*/
}

ul.Navigation li a:hover
{
    text-decoration: underline;
}

ul.Navigation
{
    margin: 9px 0 0 5px;
    padding: 0px;
}

ul.Navigation li.sep{
    text-align:center;  
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12pt;
    margin: 0 5px 0 0;
    padding:0px;
}

hr
{
    background-color: #CCCCCC;
    color: #CCCCCC;
    height: 1px;
    border: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}
