/*--- HTML Tag Overrides ---*/
html, body {
	background-image: url(/images/bg1.gif);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #000000;
	font-weight: normal;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #000000;
	font-weight: normal;
	margin-bottom:1px;
}

h3	{
	font-size: 12px;
	color: #59574f;
	font-weight: normal;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	margin-bottom:1px;
}

hr {
	color: #000000;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

td {
	vertical-align: top;
}
/*---------------------------*/

/*--- Default Link Styles ---*/
a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/*---------------------------*/

/*--- CSS type for form field errors ---*/
.error_field {
	background: #FCC;
}
/*--------------------------------------*/

/* Custom Definitions */
.footer {
	font-size: 10px;
	color: #59574f;
}
.footer a {
	color: #59574f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.main {
	font-size: 12px;
}

.maintable {
		padding:20px 30px 20px 10px;
}

.monthly_tip_small {
	background-color: #FFFFFF;
	cursor: pointer;
	float: left;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	width: 165px;
}

.monthly_tip_small:hover {
	background-color: #ECECEC;
}

.top, .top a {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}
/*--------------------*/