body
{
	background-image: url(../Design/Backgrounds/site.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
	margin-left: 0;
	margin-top: 0;
}

IMG
{
    border-width: 0px;   
}


/*//////////////////////////////////////////////////////////////*/
/* body												*/
/*//////////////////////////////////////////////////////////////*/
h2
{
    font-family: Verdana,Arial,San-serif; 
	font-weight: bold; 
	font-size: 14px; 
	color: #000000; 
}

.text 
{  
	font-size: 11px; 
	color: #333333; 
	font-family: Verdana,Arial,San-serif; 
	text-decoration: none;
}

.text:visited
{
    text-decoration: none;
}

.text:active
{
    text-decoration: none;
}


.text:hover
{
    color: #DA251D;
    text-decoration: none;
}



.links1
{
   font-family: Arial;
   font-size: 0.7em;
   color: #666666;
   text-decoration: none;
}

.links1:visited
{
    text-decoration: none;
}

.links1:active
{
    text-decoration: none;
}


.links1:hover
{
    color: #DA251D;
    text-decoration: none;
}


.td_menu_title 
{  
	font-size: 11px; 
	color: #000000; 
	font-family: verdana, arial, hevetica, sans-serif; 
	text-decoration: none;
	background-image: url(../Design/Backgrounds/menu_title.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
}

.td_menu 
{  
	background-image: url(../Design/Backgrounds/menu.jpg);
	background-repeat: repeat-x;
}



/*//////////////////////////////////////////////////////////////*/
/* footer														*/
/*//////////////////////////////////////////////////////////////*/
.footer 
{  
	font-size: 11px; 
	color: Gray; 
	font-family: Verdana,Arial,San-serif; 
	text-decoration: none;
}


.footer:visited
{
    text-decoration: none;
}

.footer:active
{
    text-decoration: none;
}


.footer:hover
{
    color: #45688C;
    text-decoration: underline;
}


/*//////////////////////////////////////////////////////////////*/
/* input controls												*/
/*//////////////////////////////////////////////////////////////*/
.textbox
{
	background-color: #F6F5F3;
	border-color: #4D6F92;
	border-width: 1px; 
	border-style: solid;
	height: 16px;
	color: #000000; 
	font-family: Arial;
    font-size: 0.7em;
}


.buttons
{
	height: 24px;
	font-size: 8pt;
	color: #000000; 
	font-family: Verdana,Arial,San-serif;
}