BODY {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.top {
	background-image: url(images/bak_top.jpg);
	background-repeat: repeat-x;
}

.top2 {
	background-image: url(images/bak_topa.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 1em;
	text-align: right;
	font-weight: bold;
}

.top3 {
	background-color: #EFE3D6;
}

.bar {
	background-image: url(images/bak_bar.jpg);
	background-repeat: repeat-x;
}

.header {
	/*background-image: url(images/image3.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFDEA5;*/
	font-weight: bold;
}

.header_right {
	/*background-color: #FFDEA5;*/
	border-bottom: solid 2px #420C60;
}

.header2 {
	background-image: url(images/bak_header_2nd.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFDCA4;
	font-weight: bold;
	border-bottom: solid 2px #420C60;
}

.header3 {
	background-position: top left;
	background-color: #FFDCA4;
	font-weight: bold;
	border-bottom: solid 2px #420C60;
}

.title {
	color: #420C60;
	font-size: 1em;
}

/*.title2 {
	color: #420C60;
	font-size: 1em;
	background-image: url(images/img3a.jpg);
	background-repeat: no-repeat;
	text-align: right;
	font-weight: bold;
}*/

.title3 {
	color: #420C60;
	font-size: .8em;
}

.logo {
	font-size: .85em;
}

/*.left_margin {
	background-color: #FFDBA2;
	border-bottom: solid 2px #8A6682;
}*/

.right_margin {
}

.nav {
	border-right: solid 2px #C9DBE7;
	border-bottom: solid 2px #C9DBE7;
}

.menu_button {
	text-align: center;
	font-size: .8em;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.menu_button A {
	text-decoration: none;
	color: #003366;
}

.menu_button A:hover {
	text-decoration: none;
	color: #ffffff;
}

.off {
	background-color: #ffffff;
	color: #003366;
}

.off A, .off A:visited {
	color: #003366;
	text-decoration: none;
}

.on {
	background-color: #003366;
	color: #ffffff;
    cursor: pointer; 
	cursor: hand;
}

.on A {
	color: #ffffff;
	text-decoration: none;
}

.on A:hover, .on A:visited {
	color: #ffffff;
	text-decoration: none;
}

.menu_button_aer {
	text-align: center;
	font-size: .8em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 2px #C9DBE7;
	font-weight: bold;
}

.menu_button_aer A {
	text-decoration: none;
	color: #000000;
}

.menu_button_aer A:hover {
	text-decoration: none;
	color: #003366;
}

.tag {
	/*background-image: url(images/img_tag.jpg);
	background-repeat: repeat;*/
	background-color: #000000;
	color: #C39563;
	font-size: .7em;
	text-align: right;
}

.tag2 {
	/*background-image: url(images/img_tag2.jpg);
	background-repeat: repeat;*/
	background-color: #350900;
	color: #350900;
	font-size: .7em;
}

.content {
	padding-left: 10px;
	font-size: .85em;
}

H1 {
	font-size: 1.2em;
	color: #420C60; 	
}	
	

.footer {
	/*background-image: url(images/img_footer.jpg);
	background-repeat: no-repeat;
	background-color: #FFDCA2;
	font-weight: bold;*/
}

.footer_text {
	font-size: .75em;
	text-align: center;
}

A {
	color: #003366;
}

A:hover, A:visited {
	color: #333333;
}