/* CSS Document */

html {
 	min-height: 100%;
 	height: auto;
 }


body {
	
	background-color	: #ffffff;
	margin				: 0px;
	background-image	: url(../img/bg.jpg);
	background-repeat	: no-repeat;
	background-position	: bottom left;
	text-align			: center;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
}

p,td,th {
	font-family			:Verdana, Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color				: #333;
	margin				: 0;
	
}


#maindiv{
	
	width				:743px;
	margin				:0;
	padding				:10px;
	margin-top			:5px;
	margin-left			:auto; 
	margin-right		:auto;
	text-align			:left;
	border				:1px solid #A39065;
	background-color	: #ffffff;
}


.bklogo{
background-image	: url(../img/bg-logo.jpg);
	background-repeat	: no-repeat;
	background-position	: top right;
}

h1 {
	font-size			: 20px;
	font-weight			: normal;
	color				: #da0602;
	margin				: 0 0 0.4em 0; /*top, right, bottom, left*/	
}

h2 {
	font-size			: 16px;
	font-weight			: bold;
	color				: #d90501;
	margin				: 0 0 0.0em 0; /*top, right, bottom, left*/	
	line-height: 110%;
}

h3 {
	font-size			: 16px;
	font-weight			: bold;
	color				: #666;
	margin				: 0 0 0.3em 0; /*top, right, bottom, left*/	
	line-height: 110%;
}

h4 {
	font-size			: 11px;
	font-weight			: bold;
	color				: #666;
	margin				: 0 0 0.1em 0; /*top, right, bottom, left*/	
	line-height: 110%;
}

a.nav{
color: #ffffff;
text-decoration:none;
}

a.nav:hover{
color: #eeeeee;
text-decoration:none;
}

a.navnorm{
color: #d90501;
text-decoration:none;
font-size:12px;
}

a.navnorm:hover{
color: #d90501;
text-decoration:underline;
font-size:12px;
}

.txtsm{
font-size:10px;
}

.txtnw{
color: #fff;
}

