@charset "ISO-8859-1";
.purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D937F3;
	font-weight: bold;
}

/* H */

.h1 {
	font-size:18px;
	color:#7c7c7c;
	line-height:18px;
}

.h1 a {
	font-size:18px;
	color:#52bbce;
	line-height:18px;
	text-decoration:none;
}

.h1 a:link, .h1 a:visited {
	color:#52bbce;
}

.h1 a:hover, .h1 a:active {
	color:#52bbce;
	border-bottom: 1px solid #52bbce;
}

.h2 {
	font-size:19px;
	color:#B43523;
	line-height:18px;
}

.h3 {
	font-size:19px;
	color:#69321E;
	line-height:18px;
}

.h4 {
	font-size:20px;
	color:#52bbce;
	line-height:20px;
}

/* BODY TEXT */

.body {
	font-size:13px;
	color:#7c7c7c;
	line-height:15px;
	padding: 0px;
}

.body a {
	font-size:13px;
	color:#52bbce;
	line-height:15px;
	text-decoration:none;
}

.body a:link, .body a:visited {
	color:#52bbce;
}

.body a:hover, .body a:active {
	color:#52bbce;
	border-bottom: 1px solid #52bbce;
}

.bodydark {
	font-size:13px;
	color:#010101;
	line-height:15px;
}

.bodydark a {
	font-size:13px;
	color:#52bbce;
	line-height:15px;
	text-decoration:none;
}

.bodydark a:link, .bodydark a:visited {
	color:#52bbce;
}

.bodydark a:hover, .bodydark a:active {
	color:#52bbce;
	border-bottom: 1px solid #52bbce;
}

.bodyblue {
	font-size:12px;
	color:#52bbce;
	line-height:14px;
	font-weight:bold;
}

/* DETAILS */

.detail {
	font-size:10px;
	color:#7c7c7c;
	line-height:12px;
}

.detail a {
	font-size:10px;
	color:#52bbce;
	line-height:12px;
	text-decoration:none;
}

.detail a:link, .detail a:visited {
	color:#52bbce;
}

.detail a:visited {
	color:#52bbce;
}

.detail a:hover, .detail a:active {
	color:#52bbce;
	border-bottom: 1px solid #52bbce;
	font-size: 13px;
}

/* FOOTER */

.footer {
	font-size:10px;
	color:#b3dcdc;
	line-height:12px;
	text-align:right;
}

/* BUTTONS */

.redbutton, .redbutton a:link, .redbutton a:visited  {
	background-image: url(../IMAGES/buttons/red_button.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	width:78px;
	height:32px;
	display:block;
	text-align:center;
	float:left;
	color: #ffffff; 
	font-size: 10px;   
	text-decoration: none;
	cursor:pointer;
	position:relative;
	line-height:32px;
	font-weight:bold;
}

.redbutton a:hover  {
	background-image:url(../IMAGES/buttons/red_button_over.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	width:78px;
	height:32px;
	display:block;
	text-align:center;
	float:left;
	color: #b12119; 
	font-size: 10px;   
	text-decoration: none;
	position:relative;
	line-height:32px;
}

.brownbutton, .brownbutton a:link, .brownbutton a:visited  {
	background-image: url(../IMAGES/buttons/brown_button.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	width:76px;
	height:32px;
	display:block;
	text-align:center;
	float:left;
	color: #ffffff; 
	font-size: 10px;   
	text-decoration: none;
	cursor:pointer;
	position:relative;
	line-height:32px;
	font-weight:bold;
}

.brownbutton a:hover  {
	background-image:url(../IMAGES/buttons/brown_button_over.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	width:76px;
	height:32px;
	display:block;
	text-align:center;
	float:left;
	color: #532b21; 
	font-size: 10px;   
	text-decoration: none;
	position:relative;
	line-height:32px;
}

.bluebutton, .bluebutton a:link, .bluebutton a:visited  {
	background-image: url(../IMAGES/buttons/blue_button.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	width:78px;
	height:32px;
	display:block;
	text-align:center;
	float:left;
	color: #ffffff; 
	font-size: 10px;   
	text-decoration: none;
	cursor:pointer;
	position:relative;
	line-height:32px;
	font-weight:bold;
}

.bluebutton a:hover  {
	background-image:url(../IMAGES/buttons/blue_button_over.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	width:78px;
	height:32px;
	display:block;
	text-align:center;
	float:left;
	color: #50b1c4; 
	font-size: 10px;   
	text-decoration: none;
	position:relative;
	line-height:32px;
}

.greybutton, .greybutton a:link, .greybutton a:visited  {
	background-image: url(../IMAGES/buttons/grey_button.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	width:78px;
	height:32px;
	display:block;
	text-align:center;
	float:left;
	color: #ffffff; 
	font-size: 10px;   
	text-decoration: none;
	cursor:pointer;
	position:relative;
	line-height:32px;
	font-weight:bold;
}

.greybutton a:hover  {
	background-image:url(../IMAGES/buttons/grey_button_over.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	width:78px;
	height:32px;
	display:block;
	text-align:center;
	float:left;
	color: #808080; 
	font-size: 10px;   
	text-decoration: none;
	position:relative;
	line-height:32px;
}

/* IMAGES */

.imgfloat {
	top:-150px;
	position:relative;
}
