/* DEMO CSS */
body,td,th {
font-family: Verdana;
font-size: 10px;
color: #452b03;
}

body {
/*Code for tiled background image*/
background-image: 
url('images/background.jpg');
background-repeat: repeat-y;
background-attachment:fixed;
background-position: top center;

text: #452b03; text-decoration: none; 
link: #452b03; text-decoration: none;  
vlink: #452b03; text-decoration: none;   
alink: #452b03; text-decoration: none;  
}

.title1 { font-family: Stylus BT, Bradley Hand ITC, Tahoma, Verdana; color: #452b03; font-size: 30px ; text-decoration: none }
.title2 { font-family: Bradley Hand ITC, Tahoma, Verdana; color: white; font-size: 60px ; text-decoration: none}
.menu1	{ font-family: Stylus BT, Bradley Hand ITC, Tahoma, Verdana; color: #452b03; font-size: 17px ; text-decoration: none }
.menu2	{ font-family: Stylus BT, Bradley Hand ITC, Tahoma, Verdana; color: rgb(217,246,124); font-size: 25px ; text-decoration: none}	
.footer	{ Verdana; color: #452b03; font-size: 12px; text-decoration: none}
.white	{ Verdana; color: white; font-size: 12px; text-decoration: none}
.titleW { font-family: Stylus BT, Bradley Hand ITC, Tahoma, Verdana; color: white; font-size: 30px ; text-decoration: none }
.titleWsmall { font-family: Stylus BT, Bradley Hand ITC, Tahoma, Verdana; color: white; font-size: 20px ; text-decoration: none }
.quote	{ Verdana; color: #452b03; font-size: 12px; text-decoration: none}
.subtitle { font-family: Stylus BT, Bradley Hand ITC, Tahoma, Verdana; color: #452b03; font-size: 20px ; text-decoration: none }

/*table
{
background-color: white;
}*/

img{
	border:0px;
