body
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size:14px;
	color: #000000;
}

.AZBlueBground {
	background-color: #0C234B;
}

/* MAIN LINK FORMAT*/
a:link
{
	color: #0C234B;
	text-decoration: none;
	font-weight: bold;
}
a:visited
{
	color: #0C234B;
	text-decoration: none;
	font-weight: bold;
} 
.blueText {
	color: #0C234B;
}

a:active 
{
	color: #0C234B;
	text-decoration: none;
	font-weight: bold;
}
a:hover 
{
	color: #0C234B;
	text-decoration: underline;
	font-weight: bold;
}

/* FIGURES LINK FORMAT IN UA RED*/

a.Figures:link
{
	color: #AB0520; 
	font-weight: bold;
	text-decoration: none;
}
a.Figures:visited
{
	color: #AB0520; 
	font-weight: bold;
	text-decoration: none;
} 
a.Figures:active 
{
	color: #AB0520;
	font-weight: bold; 
	text-decoration: none;
}
a.Figures:hover 
{
	color: #AB0520; 
	font-weight: bold;
	text-decoration: underline;
}

/* WHITE LINK FORMAT */

a.White:link
{
	color: #ffffff; 
	text-decoration: none;
}
a.White:visited
{
	color: #ffffff; 
	text-decoration: none;
} 
a.White:active 
{
	color: #ffffff; 
	text-decoration: none;
}
a.White:hover 
{
	color: #ffffff; 
	text-decoration: underline;
}

.whtText {
	font-weight: bold;
	color: #FFF;
}

H1 {
	font-family: Cambria, Georgia, "Times New Roman", serif;
	font-size: 24px;
	color: #333333;
	font-weight: lighter;
}
H2 {
	font-family: Cambria, Georgia, "Times New Roman", serif;
	font-size: 21px;
	font-style: italic;
	color: #333333;
	font-weight: lighter;
}
H3 {
	font-family: Cambria, Georgia, "Times New Roman", serif;
	font-size: 18px;
	color: #333333;
	font-weight: lighter;
}
H4 {
	font-family: Cambria, Georgia, "Times New Roman", serif;
	font-size: 16px;
	color: #333333;
	font-style: italic;
	font-weight: lighter;
	text-decoration: underline;
}
.galleryText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
}

.refPage_list {
	font-family:Arial, Tahoma, Helvetica, sans-seriff; 
	font-size:12px	
}

.topRtNav
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size:16px;
	color: #000000;
}

.tableTitle	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
}

/* Top Navigation styles (formats the top navigation bar) */

#topNavDiv {
	back-groundcolor: #0C234B;
	margin: 0px;
	width: 1060px;	
}
#topNavDiv ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topNavDiv ul li {
	float: left;
	position: relative;
}

#topNavDiv ul li a {
	display: block;
	height: 32px;
	
	font-size: 12px;
	text-decoration: none;
	background-color: #0C234B;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	line-height: 32px;
	text-align: center;
	border-LEFT-width: 1px;
	border-LEFT-style: solid;
	border-LEFT-color: #FFF;
	font-weight: bold;
}

#topNavDiv ul li a:hover {
	background-color: #AB0520;
}
#topNavDiv ul li ul {
	position: absolute;
	top: 33px;
	visibility: hidden;
}


#topNavDiv ul li:hover ul {
	visibility: visible;
}

#topNavDiv ul li ul li a {
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}