body {
	font-family: Verdana;
	font-size: 11px;
}

/* FORMS */

.input {
	width: 300px;
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	background: #FFFFFF;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

.textarea {
	width: 300px;
	height: 100px;
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	background: #FFFFFF;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

.button {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	width: 80px;
	background: #666666;
	border: solid;
	border-width: 1px;
	border-color: #000000;
}

/* TEXT */

.title {
	width: 440px;
	height: 40px;
	text-align: left;
	vertical-align: top;
	font-family: Georgia;
	font-size: 24;
	color: #5D5D5D;
	font-weight: bold;
}

.text {
	width: 440px;
	height: 370px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana;
	font-size: 12;
	color: #000000;
}

.footer {
	width: 440px;
	height: 20px;
	text-align: center;
	vertical-align: bottom;
	font-family: Verdana;
	font-size: 10;
	color: #000000;
}

.num {
	font-family: Georgia;
	font-size: 20;
	color: #5D5D5D;
	font-weight: bold;
}

.country {
	font-family: Georgia;
	font-size: 12;
	color: #5D5D5D;
	font-style: italic;
}

.red {
	font-family: Verdana;
	font-size: 12;
	color: #FF0000;
}

.error {
	width: 440px;
	height: 270px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana;
	font-size: 12;
	color: #000000;
}

/* LINKS */

a.map:link {
	color: #666666;
	text-decoration: underline;
}

a.map:visited {
	color: #666666;
	text-decoration: underline;
}

a.map:hover {
	color: #CCCCCC;
	text-decoration: none;
}

/* DIV */

.div_main {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

/* TABLE */

.td_main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 750px;
	border-collapse: collapse;
	border-style: solid;
	border-width: 5px;
	border-color: #000000;
}

.td_menu {
	position: relative;
	text-align: left;
	width: 392px;
	border-width: 0px;
}

.td_menu_bg {
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
	height: 98px;
	background-image: url(./images/menu_bg.gif);
}

.td_yellowline {
	height: 10px;
	background-color: #EAD400;
}

.td_body_1 {
	width: 150px;
	text-align: left;
	vertical-align: top;
}

.td_body_2 {
	width: 440px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

.td_body_3 {
	width: 150px;
	text-align: center;
	vertical-align: top;
	padding-top: 15px;
}