body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	background-image: url(../images/bgimage.jpg);
}

h1 {
	display:inline;
	color: #C00000;
	font-size:28px;
}

h2 {
	display:inline;
	text-align:center;
	font-size: 24px;
}

h3 {
	display:inline;
	text-align:center;
	font-size: 18px;
}

legend{
	color:#cf0000;
	font-weight:bold;
}

.menubtncenter {
	background-image: url(../images/menubtncenter.gif);
	background-repeat: repeat-x;
	text-align:center;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}

.menubtncenter a {
	color: #FFFFFF;
	text-decoration:none;
}

.menubtncenter a:hover {
	color: #FFFF00;
	text-decoration:underline;
}

.menubtnleft {
	background-image: url(../images/menubtnleft.gif);
	background-repeat: no-repeat;
}
.menubtnright {
	background-image: url(../images/menubtnright.gif);
	background-repeat: no-repeat;
}
.girlback {
	background-image: url(../images/girlback.gif);
	background-repeat: repeat-y;
}
.silverline {
	background:#E2E2E2;
	padding:2px;
}
.success{
	background-color:#99CCFF;
	border: 1px double #000066;
	text-align: center;
	color: #001122;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
}

.error{
	background-color:#FFCC99;
	border: 1px double #660000;
	text-align: center;
	color: #221100;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
}
