/* CSS Document  author: Eleanor Atrakji  */


body {
	font-family:"Times New Roman", Times, serif;
	margin: 0;	
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; 
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color:#b5cede;
}

p,li,td
{
	font-size:12pt;
	font-family:"Times New Roman", Times, serif;
	color:#222222;
	font-weight:normal;
	}
	
	th,h4
{
	font-size:13pt;
	font-family:"Times New Roman", Times, serif;
	color:#011086;
	font-weight:bold;
	}
	
	td.bluebg
{
	background-image:url(images/globe_clock.jpg);
	background-repeat: no-repeat;
	background-position:top;
	
}

ul
	{
	list-style-image: url(images/bullet_green.jpg);	
	}

.small
{
	font-size: 9pt;
	color:#003366;
}

.white
{
	font-size: 12pt;
	color:#FFFFFF;
}

h1
{
	font-size: 19pt;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#e79b09;
	text-decoration:none;
}

h2
{
	font-size: 14pt;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#2a6791;
	text-decoration:none;
}
h3
{
	font-size: 13pt;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#087362;
	text-decoration:none;
	padding-left: 20px;
}

a:link, a:active
{
	color:#004e96;
	font-weight:normal;
	text-decoration:underline;
}
 
a:hover   
{
	color:#555555;	
}

a:visited
{
	color:#993399;
}

a.menu:link, a.menu:visited, a.menu:active, a.menu:hover
{
	font-size: 13pt;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;	
}

a.msmall:link, a.msmall:visited, a.msmall:active, a.msmall:hover
{
	font-size: 10pt;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;	
}
 

