/*
####################################
Layout
####################################
*/


html {height:100%;}

/*a:after, a:link:after  { 
color: #000000;
background-color:transparent; 
content: " * Link " attr(href) "* "; }
}
a:visited:after {
color:#000000; 
background-color:transparent;
content: " * Link " attr(href) "* "; }*/


body {
   height:100%;
 	margin:0%;
 	padding:0%;
 	font-family:"times new roman",times,serif;
 	text-align:justify;
	font-size: 12pt;
	background-color: #ffffff;
}

#header, #menu, #right   {
	display:none;
}



#content h1 {
	font-size: 15pt;
	margin: 0;
}

#content h2 {
	font-size: 13pt;
	margin: 0;
}

#footer{
	clear:both;
	text-align: center;
}

/*
####################################
Elements
####################################
*/

.red {
	color: #FF0000; /*shows errors in form tables*/
	font-weight: bold;
}
