body, li, table, p {

	font-size: 			12px;
	font-family: 			Arial;
	color: 				#000000; 
}

a:link, a:visited, a:hover, a:active {
	text-decoration:		none;
}
a:link, a:visited   {
	color: 				#575248;
}
a:hover   {
	color: 				#000000;
}
a:active   {
	color: 				#575248;
}

p, h1, h2 	{
	margin-top:			0;
	margin-bottom:			0;
}

h1 {
	font-size: 			13px;
		color: 				#002374;
}
h2 {
	font-size: 			12px;
		color: 				#002374;
}


.relleft   { background-image: url('images/rel_left.jpg'); 
    background-attachment: fixed;
    background-repeat: no-repeat; 
    background-position: top right;  
}

.relrght   { background-image: url('images/rel_rght.jpg'); 
    background-attachment: fixed;
    background-repeat: no-repeat; 
    background-position: top left;  
}

td.bg   { background-image: url('images/tablebg.gif'); 
    background-attachment: fixed;
    background-repeat: repeat-y; 
    background-position: top left;  
}

td.mainbg   { background-image: url('images/mainbg.jpg'); 
    background-attachment: fixed;
    background-repeat: repeat-x; 
    background-position: top left;  
}

td.freephone { background-image: url('graphics/freephone.gif'); 
    background-attachment: fixed;
    background-repeat: no-repeat; 
    background-position: top right;  
}

input, select, textarea {
 
 border-width : 1px;
 border-style : solid;
 border-color : #9C876C;
 background-color: #E3D5C0;
 color: #000000;

}


/* DATE PICKER */

.rwr_block{
	text-align:left;
	padding:0 0 0 0;
	margin:0 0 10px 0;
	color:#333333;
	background:#efe700;
	width:164px;
	height:100px;
}

.rwr_label{
	color:#333333;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	padding:0;
	margin:0;
}

.rwr_dayLabel{
	color:#333333;
	padding:0;
	margin:0;
	width:30px;
}

form{
	margin:0;
	border:0;
	padding:0;
}