BODY {
	background-image:url('images/bg.jpg');
	//background-color: #a7a500;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 14px;
	color: #6c2e03;
}

.header {
        font-size: 20px;
	font-weight: bold;
        color: #8331a1;
}

.header_nobg {
        font-size: 16px;
	font-weight: bold;
        color: #e37100;
}

.small {
        font-size: 10px;
        color: #6c2e03;
}

.events {
        font-size: 12px;
}

A.menu:link                { font-size:12px;color:#6c2e03;text-decoration: underline;}
A.menu:visited             { font-size:12px;color:#6c2e03;text-decoration: underline;}
A.menu:active              { font-size:12px;color:#6c2e03;text-decoration: underline;}
A.menu:hover               { font-size:12px;color:#f15300;text-decoration: underline;}

A:link                { font-size:14px;color:#6c2e03;text-decoration: underline;}
A:visited             { font-size:14px;color:#6c2e03;text-decoration: underline;}
A:active              { font-size:14px;color:#6c2e03;text-decoration: underline;}
A:hover               { font-size:14px;color:#f15300;text-decoration: underline;}

input {
        color: #000000;
        background-color: #fbfad9;
        font-size: 14px;
        border-style: solid;
        border: 1pt solid black;
        text-indent: 2px;
        height: 20;
        padding: 2px;
}

textarea {
        color: #000000;
        background-color: #fbfad9;
        font-size: 12px;
        border-style: solid;
        border: 1pt solid black;
        text-indent: 2px;
        height: 150;
	width: 400;
}

select,option {
        color: #000000;
        background-color: #fbfad9;
        font-size: 12px;
        height: 20;
        padding: 0px;
}

.paypal {
        color: #000000;
        background-color: #fbfad9;
        font-size: 12px;
        text-indent: 0px;
	height: 52;
}

