/**

 * You can place your custom CSS statements here

 * it is better to write everything custom here

 * because this file won't be replaced during upgrade

 * Don't forget to rename this file to "site.css"
 background-image: url(/images/bg.jpg);
	background-attachment: fixed;

 */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: -1px;
	font-size:13px;
}


/* properties for all input elements */

input, textarea, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

h1,h2,h3 {
	color: #5F5D75;
}

