/* CSS Document */
body
{
margin:0px;
text-align:center;
background-color:#FFFFFF;
}
.top_bg
{
background-image:url(images/bg3.gif);
background-repeat:repeat-x;
height:100px;
}
.menu_bg
{
background-image:url(images/menu_bg.gif);
height:28px;
background-repeat:repeat-x;
}
A.menu:link
{
font-family: verdana,Arial,Helvetica,sans-serif;
font-size:14px;
letter-spacing:1px;
font-weight:normal;
color:#c4c3c3;
text-align:center;
text-decoration:none;
}
A.menu:hover
{
font-family: verdana,Arial,Helvetica,sans-serif;
font-size:14px;
letter-spacing:1px;
font-weight:normal;
color:#FFF;
text-align:center;
text-decoration:underline;
}
A.menu:visited
{
font-family: verdana,Arial,Helvetica,sans-serif;
font-size:14px;
letter-spacing:1px;
font-weight:normal;
color:#FFF;
text-align:center;
text-decoration:none;
}
.text_black {
	font-family:"Verdana";
	font-size: 9pt;
	color: #333333;
	font-weight:light;
}
.button {
    border: 1px solid #006;
    background: #a42401;
    width:75px;
    letter-spacing:2px;
    background-position:left;
	color:#FFFFFF;
  }
  .text_red_bold {
	font-family:"Verdana";
	font-size: 9pt;
	color: #b66450;
	font-weight:bold;
	
}
.welcome {
	font-family:verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;;
	color: #b66450;
	font-weight:light;
	letter-spacing:1px;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
	
}
.project_bg
{
background-image:url(images/top_bg.gif);
background-repeat:repeat;
height:88px;
}

A.more:link
{
font-family:"Verdana";
	font-size: 9pt;
	color: #FF0000;
	font-weight:normal;
	text-decoration:none;
	}
	A.more:hover
{
font-family:"Verdana";
	font-size: 9pt;
	color: #FF0000;
	font-weight:normal;
	text-decoration:underline;
	}
	A.more:visited
{
font-family:"Verdana";
	font-size: 9pt;
	color: #FF0000;
	font-weight:normal;
	text-decoration:none;
	}
	
	.text_white {
	font-family:"Verdana";
	font-size: 9pt;
	color: #fff;
	font-weight:light;
}
