
/* lroy.css


A:link {color: #000000; text-decoration: none;}
A:visited {color: #000000; text-decoration: none;}
A:active {color: #000000; text-decoration: none;}
A:hover {color: #C6772A; text-decoration: underline;}

A.red:link {color: #E86B36; text-decoration: none;}
A.red:visited {color: #E86B36; text-decoration: none;}
A.red:active {color: #E86B36; text-decoration: none;}
A.red:hover {color: #E86B36; text-decoration: underline;}



/* left menu */


A.navTop:link {color:#FFFFFF; text-decoration: none; font-size:11px; line-height: 28px;}
A.navTop:visited {color:#FFFFFF; text-decoration: none; font-size:11px; line-height: 28px;}
A.navTop:active {color:#FFFFFF; text-decoration: none; font-size:11px; line-height: 28px;}
A.navTop:hover {color: #FFFF99; text-decoration: none; font-size:11px; line-height: 28px;}

A.nav1:link {color:#333333; text-decoration: none; font-weight:bold; font-size:12px;}
A.nav1:visited {color:#333333; text-decoration: none; font-weight:bold; font-size:12px;}
A.nav1:active {color:#333333; text-decoration: none; font-weight:bold; font-size:12px;}
A.nav1:hover {color: #C6772A; text-decoration: none; font-weight:bold; font-size:12px;}

A.nav2:link {color:#6666aa; text-decoration: none; font-size:11px;}
A.nav2:visited {color:#6666aa; text-decoration: none; font-size:11px;}
A.nav2:active {color:#6666aa; text-decoration: none; font-size:11px;}
A.nav2:hover {color: #C6772A; text-decoration: none; font-size:11px;}




/* basic elements */

body
{
margin-left:0px;
margin-right: 0px;
margin-top:0px;
margin-bottom:0px;
background-image: url(images/bk1.gif);
background-repeat: repeat;
}

td {font-family: "Trebuchet MS", Arial, sans-serif; 
	font-size: 14px; line-height: 18px;

}

.title1 {font-family: Garamond, "Times New Roman", serif; 
	font-size: 23px; 
	line-height: 28px;
	font-weight: bold; 
	color: #C59529;
}
.title2 {font-family: Garamond, "Times New Roman", serif; 
	font-size: 19px; line-height: 24px;
	font-weight: bold; color: #C6772A;
}
.subtitle {font-family: "Trebuchet MS", Arial,sans-serif; 
	font-size: 15px; 	 
	font-weight: bold; 
	line-height: 19px; 
	color: #2C620C;
}
.bodytext {font-family: "Trebuchet MS", Arial, sans-serif; 
	font-size: 14px; line-height: 20px;
}

.bodytext2 {font-family: "Trebuchet MS", Arial, sans-serif; 
	font-size: 12px; line-height: 18px;
}

.small {font-family: "Trebuchet MS", Arial, sans-serif; 
	font-size: 11px; line-height: 18px;
}

.sidebar {font-family: "Trebuchet MS", Arial, sans-serif; 
	font-size: 12px; line-height: 18px; color: #333333; font-weight: bold; 
}

li {font-family: "Trebuchet MS", Arial, sans-serif; 
	font-size: 13px; line-height: 19px;
}


/*  footer  */

.footer {font-family:"Trebuchet MS",Arial, sans-serif; font-size:10px; line-height:12px;}
.bgfooter {background:#999999;}

A.slinks:link {font-size:10px; color: #E4E4E4; text-decoration: none; padding-left:2px; padding-right:2px; line-height:10px;}
A.slinks:visited {font-size:10px; color: #E4E4E4; text-decoration: none; padding-left:2px; padding-right:2px; line-height:10px;}
A.slinks:active {font-size:10px; color: #E4E4E4; text-decoration: none; padding-left:2px; padding-right:2px; line-height:10px;}
A.slinks:hover {font-size:10px; color: #660000; text-decoration: none; padding-left:2px; padding-right:2px; line-height:10px;}



