body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F8F8F8;
	background-image: url(../images/background.gif);
}

/* GENERAL =============================== */

.txt,
.formbuttom,
.formtxt,
.link,
.link2,
.formdrop,
.box8,
.box16 {
	font-size : 12px;
	font-family: Arial, Helvetica;
	color : #303030;
}
.title {
	font-size : 16px;
	font-family: Arial, Helvetica;
	color : #303030;
	font-weight: bold;
}
.txtred {
	font-size : 12px;
	font-family: Arial, Helvetica;
	color : #972017;
}
.txtwhite {
	font-size : 12px;
	font-family: Arial, Helvetica;
	color : #FFFFFF;
}
.txtsmall {
	font-size : 11px;
	font-family: Arial, Helvetica;
	color : #303030;
}
A.link:link, A.link:visited, A.link:active {
	color: #972017;
	text-decoration: none;
	font-weight: bold;
}
A.link:hover {
	color: #3E1A14;
	text-decoration: underline;
	font-weight: bold;
}

A.link4:link, A.link4:visited, A.link4:active {
	color: #972017;
	text-decoration: none;
}
A.link4:hover {
	color: #3E1A14;
	text-decoration: underline;
}

A.link3:link, A.link3:visited, A.link3:active {
	font-size : 16px;
	font-family: Arial, Helvetica;
	color: #972017;
	text-decoration: none;
	font-weight: bold;
}
A.link3:hover {
	font-size : 16px;
	font-family: Arial, Helvetica;
	color: #3E1A14;
	text-decoration: underline;
	font-weight: bold;
}


/* BOXS =============================== */

.white {
background-color: #FFFFFF
}
.red {
background-color: #972017
}
.grey1 {
background-color: #F5F5F5
}
.grey2 {
background-color: #E1E1E1
}
.grey3 {
background-color: #C8C8C8
}
.box8 {
	padding: 8px;
}
.box8footer {
	padding: 8px;
	font-size : 11px;
	font-family: Arial, Helvetica;
	color : #FFFFFF;
}
.box16 {
	padding: 16px;
}
.boxlocations {
	font-size : 12px;
	font-family: Arial, Helvetica;
	color : #303030;
	margin-top: 8px;
	margin-bottom: 8px;
}
.boxcontent {
	font-size : 12px;
	font-family: Arial, Helvetica;
	color : #303030;
	margin-top: 4px;
	margin-bottom: 4px;
}
.boxright {
	margin-top: 14px;
	text-align: right;
	font-size : 12px;
	font-family: Arial, Helvetica;
	color : #303030;
}

/* FORMS =============================== */

.formbuttom { 
font-size : 12px;
font-weight : bold;
border-rigth-width: 1pt;
border-top-width: 1pt;
border-left-width: 1pt;
border-bottom-width: 1pt;
}
.formtxt {
font-size : 11px;
border-top-width: 1px;
border-left-width: 1px;
background-color: #F3F3F3
}
.formdrop  { 
font-size : 11px;
border-top-width: 1px;
border-left-width: 1px;
background-color: #F3F3F3
}
