/* General CSS */
a {
	color: #424F5D;
	text-decoration: none;
}
a:hover {
	color: #222930;
	text-decoration: none;
}
body {
	font-family: Calibri, Tahoma, Verdana, Arial;
	font-size: 14px;
	background: url(../../images/default/bg.jpg);
	background-repeat:repeat-x;
	background-attachment: fixed;
} 
td,th {
	font-family: Calibri, Tahoma, Verdana, Arial;
	font-size: 14px;
}
div {
	font-size: 14px;
}
h1 {
	font-size: 40px;
	line-height: 20px;
	color: #9EB2CC;
}
h2 {
	font-size: 35px;
	line-height: 20px;
	color: #9EB2CC;
}
h3 {
	font-size: 30px;
	line-height: 20px;
	color: #9EB2CC;
}
h4 {
	font-size: 20px;
	line-height: 15px;
	color: #9EB2CC;
}
h5 {
	font-size: 18px;
	line-height: 15px;
	color: #9EB2CC;
}
span {
	color: #B94A00;
}
small { 
	font-size: 10px;
}

/* CUSTOM DESIGN */
#wrapper #mainsite #head {
	background: url(../../images/default/header.png) top center no-repeat; 
}
#wrapper #mainsite #head #search #mod_search_searchword.inputbox {
	background: transparent;
	border: 1px solid #62758a;
	color: #62758a;
}
#wrapper #mainsite #head #login {
	color: #99B7D8;
}
#wrapper #mainsite #head #login label {
	color: #99B7D8;
}
#wrapper #mainsite #head #login div#username input,
#wrapper #mainsite #head #login div#password input{
	border: 1px solid #313B45;
	background-color: #62758a;	
	color: #99B7D8;
	font-size: 110%;
}
#wrapper #mainsite #head #login div#more a {
	color: #313B45;
}

#body #username label.username {

}
#body #password label.password {

}
#wrapper #mainsite #body .right {
	background-color: #F4F4F4;
}
#wrapper #mainsite #body .right div {
}
#wrapper #mainsite #body .left {
	background-color: #F4F4F4;	 
}


