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;
}
.redhead {
	font-size : 14px;
	font-family: Arial, Helvetica;
	color : #972017;
	font-weight: bold;
}
.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
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}
