/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #645959;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 118px;
	padding: 3px 5px;
	border: 1px solid #6D665F;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}


.text2 {
	font-size: 11px;
}

.text3 {
	padding: 2px 5px;
	background: url(images/homepage18.gif);
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

/** LINKS */

a {
	color: #650101;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	text-align: center;
	font-size: 9px;
	color: #A6A6A6;
}

.style1 a {
	color: #A6A6A6;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/gp_navbackgroundtile.jpg) repeat-x left center;
}

.bg2 {
	background: url(images/homepage10.gif) no-repeat;
}

.bg3 {
	background: url(images/homepage12.gif) repeat-y center top;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: left;
	margin-right: 10px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	background: url(images/homepage13.gif);
}


#mainmenu a span {
	text-align: center;
	text-transform:uppercase;
	letter-spacing:0.1ex;	
	color: #414141;
	font: 13px "Trebuchet MS", sans-serif, Verdana, Arial, Helvetica;	
	font-weight: bold;
}

#mainmenu a:hover span{
	color: #030303;
	text-decoration: underline;	
}



#topquicknav a span {
	text-transform:lowercase;
	font-size: 9px;
	color: #A6A6A6;	
	font: 11px "Trebuchet MS", sans-serif, Verdana, Arial, Helvetica;	
}

#topquicknav a:hover span{
	color: #cfcfcf;	
}


#submenu a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#submenu a:hover {
	text-decoration: underline;
}




div#contentmain {
	padding: 0px 20px;
}

div#contentmain h1 {
	padding-left: 28px;
	background: url(images/arrow.jpg) no-repeat left center;
	margin-bottom: 15px;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;

}


div#contentright {
	padding: 0px 20px;
}

div#contentright h1 {
	padding-left: 28px;
	background: url(images/arrow.jpg) no-repeat left center;
	margin-bottom: 15px;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;

}

div#contentright hr { 
	
	display: none;
	height: 10px; 
	background: url(images/homepage13.gif);
	
}

div#contentleft {
	padding: 20px 20px 0px 20px;
}


