/* CSS Document */

/* h1 style */
h1
	{
	color: #000000;
	text-decoration:none;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	line-height: 18px;
	margin-bottom:0px;
	}

h2
	{
	color: #000000;
	text-decoration:none;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	line-height: 18px;
	margin-bottom:0px;
	}

.tdbluebg
	{
	background-color:#0079AA;
	}

.td_Grey
	{
	background-color:E4E4E4;	
	}
	
/* table cell content styles */
td
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #333333;
	}
.bluetext
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	color:#006699;
	}
.tdwhite
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #FFFFFF;
	}

.topbarbg
	{
	background-image:url(images/topbarbg.jpg);
	}

.menubg
	{
	background-image:url(images/menubg.gif);
	}

.content
	{
	padding:0px 14px 14px 14px;
	}

.nopadding
	{
	padding:0px 0px 0px 0px;
	}
	
/* standard link */
a
	{
	font-weight: normal;
	color:  #006699; 
	text-decoration:underline;
	font-weight: normal;
	}
a:active
	{
	color:  #006699;
	text-decoration:underline;
	font-weight: normal;
	}
a:visited
	{
	color: #006699;
	text-decoration:underline;
	font-weight: normal;
	}
a:hover
	{
	color: #333333;
	text-decoration:none;
	font-weight: normal;
	}

/* nav link */
a.navlink
	{
	font-weight: normal;
	color:  #006699; 
	text-decoration:none;
	font-weight: bold;
	}
a.navlink:active
	{
	color:  #006699;
	text-decoration:none;
	font-weight: bold;
	}
a.navlink:visited
	{
	color: #006699;
	text-decoration:none;
	font-weight: bold;
	}
a.navlink:hover
	{
	color: #006699;
	text-decoration:underline;
	font-weight: bold;
	}

 /* white link */
a.whitelink
	{
	font-weight: normal;
	color:  #FFFFFF; 
	text-decoration:none;
	font-weight: normal;
	}
a.whitelink:active
	{
	color:  #FFFFFF;
	text-decoration:none;
	font-weight: normal;
	}
a.whitelink:visited
	{
	color: #FFFFFF;
	text-decoration:none;
	font-weight: normal;
	}
a.whitelink:hover
	{
	color: #FFFFFF;
	text-decoration:underline;
	font-weight: normal;
	}
img
	{
	border-style: none;
	}