A:visited {color: #A0169D; text-decoration: none}
A:link {color: #A0169D; text-decoration: none}
A:active {color: #704592; text-decoration: none}
A:hover {color: #CFE33E;  text-decoration: none}


table.navigator {
	border: 1px solid #A0169D;
	width: 700px;
	padding: 0px;
	border-spacing: 0px;
	background-color: #F4FFF0;

}
td.navigator {
	border-right: 1px solid #A0169D;
	border-top: 1px solid #A0169D;
	border-bottom: 1px solid #A0169D;
	border-left: 1px solid #A0169D;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
	width: 12%;
	font: 11pt Arial;
	font-weight: bold;
}

.logotext {
	font: 18pt Arial;
	color: #A0169D; 
}
.logotext2 {
	font: 12pt Arial;
	font-style: italic;
	color: #A0169D; 
}
.normaltext{
	font: 12pt Arial;
 	color: #000000;
}


table.logo{
	width: 700px;
	height: 210px;
	background-color: #F4FFF0;
}


.smartbodyintext{
	font: Arial;
}

table.location{
	border-collapse=collapse;
	padding: 0px;
	border-spacing: 0px;
	width= 700px; 
	height= 21px; 
	background-color: #CCFF33; 
	font: 11pt Arial;
	color: #000000;
	font-weight: bold;
	text-align: center;

}

tbody.location{
	width= 700px;
}
	
h2 { 
	font-family: Arial;
	font-size: 14pt; 
	color: #1DAD82;
	font-weight: bold;
	margin-top:0px;
        margin-bottom:0px;
}

h3 { 
	font-family: Arial;
	font-size: 12pt; 
	color: #A0169D;
	font-weight: bold;
	margin-top:0px;
        margin-bottom:0px;
}

.highlight {
    background-color: #FFFF66;
}

p  {
	font: 12pt Arial;
 	color: #000000;
}

ul{

list-style-type: disk;
}

img.floatLeft { 
    float: left; 
    margin: 8px; 
}

img.floatRight { 
    float: right; 
    margin: 8px; 
}

