
/* Body CSS */
body {
font-family: Arial, Helvetica, sans-serif;
color: #474747;
font-size: 12px;
background: #FFFFFF url(images/bg.gif);
background-repeat: repeat-x;
background-position:top center;
background-attachment:fixed;
margin:0;
}

/* Small Text */
.small {
font-family: Arial, Helvetica, sans-serif;
color: #333333;
font-size:10px;
}

/* Regular Text */
.reg {
font-family: Arial, Helvetica, sans-serif;
color: #474747;
font-size:12px;
}

/* Menu */
.menu {text-align:center;font-family:Verdana, Arial, Helvetica, sans-serif;}
.menu a {color:#FFFFFF; text-decoration:none;font-weight:normal;font-size:14px;}
.menu a:hover {color:#cccccc;text-decoration:underline;}

/* Unordered List */
ul {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #333333;
text-decoration: none;
list-style-type: none;
padding: 0px;
margin: 0px;
}

/* List Item */
li {
text-indent:15px;background:url(images/ul.gif) no-repeat left;
}

/* Styled Input */
input.field {
    background-color: #e2e9ef;
    background-image: url('images/input.jpg');
    border: 0px solid #555555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #555555;
	height:22px;
	width:166px;
	background-repeat:no-repeat;
	padding:5px;
} 

input.button {
	width:73px;
	height:25px;
	border: 0px solid #555555;
	background-image: url('images/btn.gif');
	background-color: #006699;
	padding-top:0px;
}




