@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #003366;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}
body {
	background-color: #d3d5d7;
	background-image: url(../pix/common/bg2.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.textfield {
	background-color: #EAEAEA;
	padding: 2px;
	border: 1px solid #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
.smalltext {
	font-size: 10px;
}
.resetbutton {
background-image: url(http://vibesmark.com/pix/common/butt-reset.gif);
width: 87px;
height: 36px;
background-repeat: no-repeat;
cursor: pointer;
text-indent:-999px;
}

.submitbutton {
background-image: url(http://vibesmark.com/pix/common/butt-submit.gif);
width: 87px;
height: 36px;
background-repeat: no-repeat;
cursor: pointer;
text-indent:-999px;
}
.powered, .powered a{font-size:8px; color:#333; text-decoration:none;}