/* CSS Document */

body{
background-image:url(images2/yellow-bg.gif);
background-repeat:repeat;
background-color:#FBE06B;
font-family:Tahoma, Arial;
font-size:12px;
color:#666666;
}

.mainBorder {border:3px solid #D54A45;background-color:white;}

.homeIntroBorder {border:1px solid #D54A45;background-color:white}

.footerFont {font-size:12px; color:white;}

a:link {font-size:12px;color:#D54A45;font-weight:bold;text-decoration:none;}
a:hover {font-size:12px;color:#D54A45;font-weight:bold;text-decoration:none;}
a:visited {font-size:12px;color:#D54A45;font-weight:bold;text-decoration:none;}
a:active {font-size:12px;color:#D54A45;font-weight:bold;text-decoration:none;}


a.white:link {font-size:12px; color:white; text-decoration:none;}
a.white:hover {font-size:12px; color:white; text-decoration:none;}
a.white:visited {font-size:12px; color:white; text-decoration:none;}
a.white:active {font-size:12px; color:white; text-decoration:none;}