.dicTable {
	margin: 15px;
	padding: 7px;
	border: 1px solid #CC0033;
	width: 90%;
	font-size: 12px;
}
table {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 12px;
	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-image: url(../images/bgpixel.png);
}
.container {
	width: 800px;
	padding: 0px;
	background-position: top;
	height: 150px;
}

#header
{
	background-image: url(../images/header1.png);
	margin: 0px;
	height: 150px;
	width: 800px;
	text-align: right;
	vertical-align: bottom;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-repeat: no-repeat;
}

#headerMenu
{
	text-align: right;
	vertical-align: bottom;
}

#headerLink
{
	padding-left: 40px;
	
}

#bodydiv
{
	background-image: url(../images/bodydiv.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 40px;
	height: 300px;
	text-align: center;
	font-size: 12px;
}
#footer
{
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
}



a {
	color: #3366FF;
	text-decoration: none;
}


a:hover {
	background-color: #3366FF;
	color: #FFFFFF;
}

a.menuText
{
	color: #FFFFFF;
	text-decoration: none;
}
a.menuText:hover
{
	color: #000000;
	background-color: #FFFFFF;
}

.greenRow
{
	background-color: #e9eaea;	
}

.yellowRow
{
	background-color: #fcfbc7;
}

.redTex
{
	color: #FF0000;
}

#menuText
{
	color: #FFFFFF;
	font-size: 12px;
}

#footerNote
{
	font-size: 10px;

}

#linkcode
{
	border: 1px dashed #0066FF;
	font-family: "Courier New", Courier, monospace;
	padding: 5px;
}

.dicHeader
{
	background-color: #FFCC33;
}

.hiddenText
{
	color: #FFFFFF;
}