﻿h1 {
	font-size: 30pt;
	color: #000000;
	text-align: center;
}

h2 {
	font-size: 20pt;
	color: #000000;
	text-align: center;
}

h3 {
	font-size: 16pt;
	color: #000000;
	text-align: center;
}

h4 {
	font-size: 12pt;
	color: #000000;
	text-align: center;
}

h5 {
	font-size: 10pt;
	color: #000000;
	text-align: left;
}

h6 {
	font-size: 8pt;
	color: #000000;
	text-align: center;
}

body {
	background-color:#ffffff;
}

div.FullPage {
	 background-color: #ffffff;
	background-repeat:no-repeat;
	width:1000px
}	

div.InnerPage {
	border: thin solid #333333; 
	width: 900px; 
	padding: 10px; 
}

img {
	margin: 5px;
	padding: 1px;
}

img.IMenu  {
	margin: 0;
	padding: 1px;
	border: 0 none;
	cursor: pointer;
}

a.IMenu img {
	border: 0 none;
	border: 1px transparent solid;
}

a.IMenu img:hover {
	border: 1px maroon solid;
}

img.Enlargable  {
	margin: 5px;
	cursor: pointer;
	border: 1px transparent solid;
}

img.Enlargable:hover {
	border: 1px maroon solid;
}

p {
	font-size: 11pt;
	color: #000000;
	text-align: left;
}

p.Center {
	font-size: 11pt;
	color: #000000;
	text-align: center;
}


a:link { 
	color: black;
	text-decoration:none;
	}
a:visited { 
	color: black;
	text-decoration:none;
	}
a:hover { 
	color:aqua;
	text-decoration:none;
	}
a:active { 
	color: black;
	text-decoration:none;
	}
	
td {
	border: thin #808080 inset;
	text-align:center;
}

.Opacity {	
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
.Trans {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
