/* head bar*/
.cyan {
	background-color: #00CCFF;
	margin: 0px;
	padding: 0px;
	left: 0px;
	right: 0px;
}
.grey {
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	left: 0px;
	right: 0px;
}
.black {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	left: 0px;
	right: 0px;
}
.red {

	background-color: #E60004;
	margin: 0px;
	padding: 0px;
	left: 0px;
	right: 0px;
}


/* text styles*/
p {
	font-family: Sylfaen, Geo_Arial, Geo_Times;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
}
h1 {
	font-family: Sylfaen, Geo_Arial, Geo_Times;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 1px;
}
h2 {
	font-family: Sylfaen, Geo_Arial, Geo_Times;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 2px;
	margin: 0px 0px -15px;
}
h3 {
	font-family: Sylfaen, Geo_Arial, Geo_Times;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 0px;
	margin: 5px 10px -15px 0px;
}

h4 {
	font-family: Sylfaen, Geo_Arial, Geo_Times;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h5 {

	font-family: Sylfaen, Geo_Arial, Geo_Times;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 0px;
	margin: -5px 0px -15px;
}

ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-position: outside;
	list-style-image: url(../img/bullet.gif);
	font-family: Sylfaen, Geo_Arial, Geo_Times;
	font-size: 13px;
	color: #333333;
}

.copyright {
	font-family: Sylfaen, Geo_Arial, Geo_Times;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding: 0px 0px 0px 10px;
}
.copyright-en {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	letter-spacing: 1px;
}

.description-paragraph {

	font-family: Sylfaen, Geo_Arial, Geo_Times;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
}


/*links*/
a {
	text-decoration: none;
	font-family: Sylfaen, Geo_Arial, Geo_Times;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}
a:visited {
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.global {
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-family: "BPG SanSer Dina";
}
.headlink {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	line-height: 25px;
}

/*forms*/
.labels {
	font-family: Sylfaen, Geo_Arial, Geo_Times;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
}
.description {
	font-family: Sylfaen, Geo_Arial, Geo_Times;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	margin: -10px 40px 15px 0px;
}

.button {
	font-family: Sylfaen, Geo_Arial, Geo_Times;
	font-size: 11px;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 2px;
	padding: 3px 5px;
	background-color: #EEEEEE;
}
.field {
	font-family: Arial, Sylfaen;
	font-size: 12px;
	color: #333333;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 2px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	scrollbar-3dlight-color:#EEEEEE; 
	scrollbar-arrow-color:#CCCCCC;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#CCCCCC;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF
}
.fieldred {
	font-family: Sylfaen, Arial;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 2px;
	background-color: #E60004;
	scrollbar-3dlight-color:#EEEEEE;
	scrollbar-arrow-color:#CCCCCC;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#CCCCCC;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	border: 1px solid #FFFFFF;
}
.buttonred {
	font-family: Sylfaen, Geo_Arial, Geo_Times;
	font-size: 11px;
	color: #FFFFFF;
	margin: 2px;
	padding: 2px 3px;
	background-color: #E60004;
	border: 0px solid;
}
.buttonsmall {
	font-family: Sylfaen, Geo_Arial, Geo_Times;
	font-size: 11px;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 2px;
	padding: 0px 1px 1px;
	background-color: #EEEEEE;
}
