/*Body*/
body {
	margin: 0;
}

a img { border: 0; }

a, a:link { text-decoration:none;  }
a:visited { text-decoration:none; }
a:hover, a:focus { text-decoration: underline; }
a:active { text-decoration:none; }

/* content */
.text-header { font-size: 16pt; font-family: Arial Narrow, Arial, sans-serif; color: #ffffff;}
.pageContent { font-size: .75em; font-family: Arial Narrow, Arial, sans-serif; color: #ffffff; }

/* top elements */
.company { font-size: 15pt; font-family: cursive; color: #1183A8; }
.slogan { font-size: .75em; font-family: Arial Narrow, Arial, sans-serif; color: #7D7D7D; }

/*main menu*/
.menu { font-size: .65em; font-family: cursive; color: #ffffff; text-decoration: none; text-transform: uppercase; }
.handbook { font-size: .85em; font-family: Arial Narrow, Arial, sans-serif; font-weight:bold; color: #ffffff; text-decoration: none; text-transform: uppercase; }

/*submenu*/
.submenu { font-size: .65em; font-family: cursive; color: #ffffff; text-decoration: none;  text-transform:uppercase; margin-left: 40px; }
.asubmenu { font-size: 8pt; font-family: cursive; color: #ffffff; text-decoration: underline;}

/*copyright*/
.footer { font-size: 8pt; font-family: Arial Narrow, Arial, sans-serif; color: #676767; }
/*backgrounds*/
.main-bg { background-color: #ffffff; }

h1 {
	font-size: 1.2em ;
	font-weight: bold ;
	font-family: Arial Narrow, Arial, sans-serif; 
	color: #ffffff;
}
h2 {
	font-size: 1.2em ;
	font-weight: bold ;
	font-family: Arial Narrow, Arial, sans-serif; 
	color: #ffffff;
}
h3 {
	font-size: .9em ;
	font-weight: bold ;
	font-family: Arial Narrow, Arial, sans-serif; 
	color: #ffffff;
}
p {
	font-size: 1.2em; 
	font-family: Arial Narrow, Arial, sans-serif; 
	color: #ffffff;
}
td.test {
	height: 67px;
	background-color: #DCA7C4;
}
img#photos { border: 5px solid #FFFFFF; padding:0px; margin: 0px 10px 10px 0px; }

