﻿/* CSS Document */

BODY {
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	background-color: #4c1127;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

.STYLE1 {
	color: #4c1127;
	font-size: 12px;
	line-height: 22px;
}
.STYLE1:link,a:Link{ text-decoration: none; color: #4c1127;}
.STYLE1:visited,a:Visited { text-decoration: none; color: #4c1127;}
.STYLE1:hover,a:Hover{ text-decoration: none; color: #b59221;}
.STYLE1:active ,a:active { text-decoration: none; color: #4c1127;}
.box_white {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

