HTML,body{
	margin:0 0 0 0;
	color: #000188;
}

A {
	color: Black;
}

A:HOVER {
	color: Black;
	text-decoration: underline;
}

.textmain{
	padding-top:10px;
	background-image:url(images/textmain.jpg);
	background-repeat:repeat-y;
	vertical-align:top;
	height:341px;
	width:552px;
	padding-left: 20px;
	font-size:12px;
}

.flatinput{
    color: #000188;
	border-bottom : thin solid Black;
	border-left : thin solid Black;
	border-right : thin solid Black;
	border-top : thin solid Black;
}

.tablemain{
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
}

.pageheader{
	width: 620px;
	height: 43px;
	padding-left:30px;
	background-image:url(images/pageheader.jpg);
	background-repeat:no-repeat;
	font-size:18px;
	vertical-align:middle;
}
.pagefooter{
	width: 620px;
	height: 26px;
	background-image:url(images/pagefooter.jpg);
	background-repeat:no-repeat;
}

.topimage{
	width:130px;
	height:70px;
	background-image:url(images/topimage.jpg);
	background-repeat:no-repeat;
}

.bottomimage{
	width:130px;
	height:107px;
	background-image:url(images/bottomimage.jpg);
	background-repeat:no-repeat;
}

.button{
	border : thin solid Black;
	text-align : center;
    color: #000188;
    background-color: White;
    font-family: Verdana, Geneva, Arial, Helvetica, serif;
    font-size: 12px;
}