/* CSS Document */
/* Author: Eleanor Atrakji */


body
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #a9a9a9;

}

h1	{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #ff9108;
	;
	font-size: 17pt;
	font-weight: bold;
	font-style: italic;
	line-height:37px;
	padding-bottom: 5px;
	background-image: url(images/underline.gif);
	}
	
	
p,td,li
{
	font-size:11pt;
	color:#333333;
	font-weight:normal;	
}

li
{
	list-style-image: url(images/bullet.gif);
}

	
p.smallwhite
{
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
}

p.smallgrey
{
	font-size:10px;
	color:#444444;
	font-weight:normal;
}

.bg1
{
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
}

.bg2
{
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-y;
}


/* ---------------------------------------------------------- */

a:link    
{color:#111111; font-weight:normal}
a:visited 
{color:#555555; font-weight:normal}
a:active  
{color:#555555; font-weight:normal}
a:hover   
{color:#FD9522; font-weight:normal}


a.menu:link,a.menu:visited,a.menu:active
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	/*font-family: "Times New Roman", Times, serif;*/
	font-size: 13px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	line-height:22px;
	font-style: italic;
}
a.menu:hover 
{
	text-decoration:underline;
}

