@charset "utf-8";
* {
padding: 0;
margin: 0;}
body {
		background: #B4232A url(../img/_body_bg2.gif) repeat-x top;
		font: 10px/20px Arial, Helvetica, sans-serif;
		cursor: default;
}

p { text-align: justify; }

a {
		text-decoration: none;
		font-weight: bold;
		color: #C8000D;
}
a:hover {
		text-decoration: underline;
		color: #97000C;
}


#goback {
		background: #990000;
		display: block;
		color: #FFFFFF;
		width: 750px;
		height: 25px;
		background:url(../img/_goback.gif) no-repeat right;
}
a#country_contact {
		display: block;
		font-size: 13px;
		font-weight: bold;
		background: url(../img/contact.gif) no-repeat;
		text-align: center;
		width: 190px;
		height: 65px;
		color: #FFFFFF;
		padding-top: 5px;
		padding-left: 100px;
		padding-right: 10px;
		margin-right: auto;
		margin-left: auto;
}

a#country_contact:hover {
		border-top: #CCCCCC;
		border-right: #CCCCCC;
		border-bottom: #CCCCCC;
		border-left: #CCCCCC;
		text-decoration: none;
		background: url(../img/contact.gif) no-repeat 0px -70px;
}

#content_viewarea #goback {
		width: 500px;
			background:url(../img/_goback2.gif) no-repeat right;
}

h1 {
		color: #A7161D;
		font-size: 20px;
		border-top: 0px solid #960A11;
		border-right: 0px solid #960A11;
		border-bottom: 1px solid #960A11;
		border-left: 0px solid #960A11;
		margin: 10px 0px 0px;
		padding: 10px 0px 0px 10px;
}
h2 {
		padding: 5px 10px 0px;
		margin: 0px;
		font-size: 15px;
		font-style: italic;
		color: #9E1017;
}
h3 {
		display: block;
		background: #AF2026;
		color: #FFFFFF;
		padding-left: 10px;
		font-size: 12px;
		line-height: 15px;
		
}

ul, ol {}

ul {}
ol {
		margin: 0px;
		padding: 0px 0px 0px 20px;
}
li {}

.newline {
		clear: both;
		visibility: hidden;
}
.clear { clear: both; }

table, td {
		border-collapse: collapse;
		vertical-align: top;
}

/* Special Bullet Lists */

ul.bulletlist1 li {
		background: url(../img/_bullet1.gif) no-repeat left 10px;
		padding-left: 10px;
		padding-bottom: 3px;
		border-bottom: 1px solid #CCCCCC;
		padding-top: 3px;
		list-style: none;
		margin-left: 5px;
}
ul.bulletlist2 li {
		background: url(../img/_bullet2.gif) no-repeat left 10px;
		padding-left: 15px;
		list-style: none;
}
ul.bulletlist3 li {
		background: url(../img/_bullet3.gif) no-repeat 10px center;
		padding-left: 30px;
		list-style: none;
		margin: 5px 20px;
		border-top: 1px solid #E6E6E6;
		border-right: 1px solid #BCBCBC;
		border-bottom: 1px solid #BCBCBC;
		border-left: 1px solid #E4E4E4;
}
ul.bulletlist4 li {
		background: url(../img/_bullet1.gif) no-repeat left 10px;
		padding-left: 10px;
		padding-bottom: 3px;
		padding-top: 3px;
		list-style: none;
		margin-left: 5px;
}
IMG.thumb {
		padding: 1px;
		border: 1px solid #B4000C;
		margin: 10px;
}



/* Front page Jump Menu */

#jumpCountries { width: 200px;	border: 1px solid #B4232A; 
background:#FFFFFF !important; 
background:#7E181E;

color: #000000 !important;
color: #FFFFFF;
}



#jumpCountries option {
		font-size: 12px;
		padding: 1px 5px;
}

.jumpmenu_cat {
		font-weight: bold;
		font-size: 14px;
		font-style: italic;
}


