body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size:x-small;
  line-height: 1.3;
  margin: 0px;
  padding: 0px;
}

td {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: x-small;
}

th {
	font-family: Verdana, Arial, helvetica, sans-serif;
}

a:link {
	color:#009999;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#00CCCC;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	font-weight:bold;
}

h1 {
	font-size: 140%;
	padding: 10px 3px 0px;
	color: #519D99;
	font-weight: bold;
	text-transform: capitalize;
}
h2 {
	font-size: 120%;
	padding: 0px;
	color: #519D99;
	line-height: normal;
	top: auto;
	margin-bottom: 6px;
}

ul {
	list-style-type: square;
	list-style-image: url(../images/orange.gif);
}

.style1 {
	color: #519D99;
	font-weight: bold;
}
.style3 {
	color: #519D99; 
	font-weight: bold; 
	font-size: larger; 
}

/************* .navBar styles **************/
.navBar {
	font-size:xx-small;
}
.navBar a:link {
	color:#99FFFF;
	text-decoration:none;
	font-weight:bold;
}
.navBar a:visited {
	color:#99FFFF;
	text-decoration:none;
	font-weight:normal;
}
.navBar a:hover {
	color:#99FFFF;
	text-decoration:underline;
	font-weight:bold;
}

/************* .navTable styles **************/
.navTable {
	font-size: 10px;
}

.navTable a:link {
	text-decoration:none;
	font-weight:bold;
}
.navTable a:visited {
	color:#00CCCC;
	text-decoration:none;
	font-weight:bold;
}

.navTable a:hover {
	text-decoration:underline;
	font-weight:bold;
}

/************* .smallText styles **************/
.smallText {
	font-size: 10px;
}
.firstpar {
	margin-top: 0px;
}
p {
	font-size: x-small;
}
.boldreverse {
	font-size: small;
	font-weight: bold;
	color: #D1F2FA;
	background-color: #519D99;
	background-position: center;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
}
.presentTitle {
	font-weight: bold;
}
.sessionTitle {
	font-weight: bold;
	color: #519D99;
	text-transform: uppercase;
	text-align: center;
	margin-top: 8px;
}
h3 {
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	font-size: large;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	margin-bottom: 3px;
	margin-top: 3px;
}
.botline {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #D1F2FA;
}