/* Default Layout */
/* * { 
	-moz-box-sizing: border-box; 
}  */
.ItalicNote {
	font-style: italic;
	font-size: .8em;
}
.CenterAlign {
	text-align:center;
}
.SmallText {
	font-size: 0.75em;
}
.TitleText {
	font-size: 1.5em;
}
.Bold {
	font-weight:bold;	
}
.Underline {
	text-decoration:underline;
}
.M5All {
	margin: 5px;
}
.M5Left {
	margin-left: 5px;
}
.M5Right {
	margin-right: 5px;
}
.M5Top {
	margin-top: 5px;
}
.M5Bottom {
	margin-bottom: 5px;
}
body {
	margin:0;
	padding:0;
	background:#fff;
	color:#333;
	font-size:76%;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}
.input-text {
	font-family:"Courier New", Courier, monospace;
}
h1 { font-size:1.8em;} 
h2 { font-size:1.6em;}
h3 {
	font-size:1.3em;
	color:#900d0d;
}
#header {
	margin:0 auto;
	width:760px;
	height:100px;
	border:1px solid #333;
}
#logo {
	font-size: 36px;
	color:#CCCCCC;
	margin:54px 0 0 0;
	padding:0;
}
#menu {
	margin:0 auto;
	height:22px;
	width:760px;
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	line-height:20px;
	background:#999999;
}
#container {
	margin:0 auto;
	width:760px;
	border-left:1px solid #333;
	border-right:1px solid #333;
	text-align:left;
/*	-moz-box-sizing: border-box; */

}
#minheight {
	width:0px;
	height:300px;
	float:left;
}
.clear {
	clear:both;
	font-size:.1em;
}
#footer {
	margin:-2px auto 0 auto;
	width:760px;
	border:1px solid #333;
	line-height:15px;
	font-size:.8em;
	text-align:center;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #006600;
}
.PageTitle {
	font-size: 1.5em;
	font-weight: bolder;
}
