/* COMMON
------------------------------------*/

body,td,th,input,select,textarea {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #000000;
}
body {
	margin: 0px;
	background-color:#F4F5F0;
	background-attachment: scroll;
	background-image: url(../images/default_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0 0 10px 0;
	padding:0;
}
h1{
	font-size:28px;
	font-weight:normal;
	color:#920026;
}
h2{
	font-size:20px;
	color:#666666;
}
h3,h4,h5,h6{
	font-size:16px;
	color:#920026;	
}
a:link, a:visited{
	font-weight: bold;
	color: #920026;
	text-decoration: none;
}
a:hover{
	color: #666666;
}
table{
	margin-bottom:10px;
}
ul,ol{
	padding: 0 0 0 10px;
	margin: 0 0 10px 15px;
}

/* BITS
------------------------------------*/

.f-left{float:left;}
.f-right{float:right;}

