html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: "arial", sans-serif;
}
body {
	border-width: 3px;
	border-color: red;
	border-style: solid;
	line-height: 1;
}
.home {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(images/home.gif);
	display: block;
}
.americas {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/americas.gif);
	display: block;
}
.africame {
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(images/africame.gif);
	display: block;
}
.asiapacific {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/asiapacific.gif);
	display: block;
}
.europe {
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(images/europe.gif);
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* custom styles */
h1 {
	font-size: 1.1em;
	text-align: center;
	margin-bottom: 5px;
}

h2 {
	font-size: 1.1em;
	margin-bottom: 5px;
	margin-left: 5px;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 5px;
	margin-left: 5px;
	color:red;
}

/* These are the style definitions for all the body text */
p {
	font-size: .9em;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

.center {
	font-size: .9em;
	text-align: center;
	font-weight: bold;
}

a {
	font-size: 1.1em;
	color: black;
}

b {
	font-size: 1.1em;
	font-weight: bold;	
}

img.flag {
	float: left;
	margin-right: 5px;
	vertical-align: top;
}


small {
	font-size: .75em;
	font-weight: normal;
}

small a {
	font-size: inherit;
	font-weight: inherit;
}

level1 {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/level1.gif);
}

