body
{
	font: 12px verdana, sans-serif;
	text-align: center;
	padding-top: 20px;
	background-color: black;
}

td
{
	font-size: 12px;
	vertical-align: top;
}

table.frmMain
{
	width: 745px;
	height: 550px;
	border: solid 2px #C8D9A7;
	border-collapse: collapse;
}

td.frmTitle, td.frmMenu, td.frmContents, td.frmFoot
{
	font-size: 12px;
	text-align: left;
	border: solid 1px #C8D9A7;
}

td.frmTitle
{
	height: 98px;
	background: url("../images/back-title.png");
	vertical-align: bottom;
	text-align: right;
	padding: 0px;
	padding-right: 10px;
	font: 11px tahoma, sans-serif;
	color: #C8D9A7;
}

td.frmMenu
{
	width: 150px;
	background: url("../images/back-menu.png");
	background-repeat: no-repeat;
	background-color: white;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

td.frmFoot
{
	height: 30px;
	background: url("../images/back-foot.png");
	color: #C8D9A7;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding: 3px;
}

td.frmContents
{
	background: url("../images/back-contents.png");
	background-repeat: no-repeat;
	background-color: white;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 40px;
}

h1, h2, h3
{
	font-size: 16px;
	color: #364955;
	border-bottom: solid 1px #364955;
}

h2
{
	margin-top: 20px;
	padding-top: 10px;
	font-size: 14px;
	border: none;
	border-top: dashed 1px #C0C0C0;
}

h3
{
	font-size: 12px;
	border: none;
	padding: 10px 0px 0px 10px;
	margin: 0px;
}

p
{
	text-align: justify;
	padding-left: 10px;
}

p.smallFonts
{
	font-size: 10px;
	text-align: right;
}

p.center
{
	text-align: center;
}

a, a:active, a:visited
{
	color: #364955;
	font-weight: bold;	
}

a:hover
{
	background-color: #C8D9A7;
}

img
{
	border: solid 1px #364955;
}

img.noBorder
{
	border: none;
}

img.floatLeft
{
	float: left;
	margin-right: 10px;
}

img.floatRight
{
	float: right;
	margin-left: 10px;
}

img.icon
{
	border: none;
	padding: 0px;
	vertical-align: bottom;
}
