body { 
	background-color			:	#F0F0F0; 
	color						:	#FFFFFF;
	font-family					:	verdana, arial, helvetica, sans-serif;
	font-size					:	11px;
}

input, password, textarea {
	background-color			:	#FFFFFF;
	color						:	#000000;
	font-family					:	verdana, tahoma, helvetica, sans-serif;
	font-size					:	11px;
}

input.button {
	background-color			:	#E1D4B6;
	color						:	#333333;
	border-top					:	#999999 1px outset; 
	border-left					:	#999999 1px outset; 
	border-bottom				:	#666666 1px inset; 
	border-right				:	#666666 1px inset; 
	font-family					:	verdana, tahoma, helvetica, sans-serif;
	font-size					:	11px;
}

input.checkbox {
	background-color			:	#F5F1E6;
}

input.radio {
	background-color			:	#F5F1E6;
}

select {
	background-color			:	#FFFFFF;
	color						:	#000000;
	font-family					:	verdana, arial, helvetica, sans-serif;
	font-size					:	11px;
}

p {
	color						:	#000000;
	font-family					:	verdana, tahoma, helvetica, sans-serif;
	font-size					:	11px;
}

li {
	color						:	#000000;
	font-family					:	verdana, tahoma, helvetica, sans-serif;
	font-size					:	11px;
	list-style-type				:	square;
}

td {
	color						:	#000000;
	font-family					:	verdana, tahoma, helvetica, sans-serif;
	font-size					:	11px;
}

hr {
	color						:	#999999;
	height						:	1px;
}

h1 {
	color						:	#AD002C;
	font-family					:	verdana, tahoma, helvetica, sans-serif;
	font-size					:	13px;
	font-weight					:	bold;
}

h1 {
	color						:	#AD002C;
	font-family					:	verdana, tahoma, helvetica, sans-serif;
	font-size					:	13px;
	font-weight					:	bold;
}

.title {
	color						:	#AD002C;
	font-family					:	verdana, tahoma, helvetica, sans-serif;
	font-size					:	13px;
	font-weight					:	bold;
}

.msg {
	color						:	#AD002C;
	font-family					:	verdana, tahoma, helvetica, sans-serif;
	font-size					:	11px;
}

a {
	color						:	#AD002C;
	font-size					:	11px;
	text-decoration				:	underline;
}

a:hover {		
	color						:	#000000;
	text-decoration				:	underline;	
}

a:active {
	color						:	#AD002C;
	text-decoration				:	underline;
}

a:visited {
	color						:	#AD002C;
	text-decoration				:	underline;
}

a:visited:hover {		
	color						:	#000000;
	text-decoration				:	underline;	
}