body {
	font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
.menu {
	background-image: url(images/bg_menu.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	width: 779px;
}

.menu a:link, .menu a:visited {
	font-weight: bold;
	color: #5A7284;
	text-decoration: none;
}

.menu a:hover {
	color: #88253A;
	text-decoration: none;
}

.menu a.light:link, .menu a.light:visited {
	color: White;
	text-decoration: none;
	font-weight: bold;
}

.menu a.light:hover {
	color: #88253A;
	text-decoration: none;
}

.content {
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-y;
}

.foto_box {
	width: 324px;
	vertical-align: top;
}

.img_box01 {
	 padding-left:20px;
	 padding-bottom:20px;
	 text-align: left;
}

.img_box02 {
	padding-right:1px;
	padding-bottom:20px;
	text-align: right;
}

.img_box03 {
	text-align: center;
	padding-bottom:20px;
	padding-left:15px;
}
.title_box {
	background-image: url(images/bg_title.gif);
	background-repeat: no-repeat;

	color: white;
	font-weight: bold;
	font-size: 20px;
}

.title_box .title_text {
	padding-top: 10px;
	padding-left: 30px;
	height: 48px;
	vertical-align: middle;
}

.text_box {
	color: white;
	font-size: 13px;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	text-align: justify;
}

.text_box a:link, .text_box a:visited {
	color: #EFE4C5;
	text-decoration: none;
}

.text_box a:hover {
	color: Yellow;
	text-decoration: none;
}

p:first-letter {
	font-size: 17px;
	font-weight: bold;
}

input {
	font-size: 11px;
}

.text {
	font-size: 12px;
	color: white;
}

td .text1 {
	font-size: 12px;
	color: white;
	text-align: center;
	background-color: #7589A0;
}

td .text2 {
	font-size: 12px;
	color: white;
	text-align: center;
}

th {
	font-size: 12px;
	color: #363F4A;
	background-color: #D0D7DD;
}


