/*--- REDEFINED TAG STYLES ---*/
body {
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background: #FFF;
	text-decoration: none;
}

th {
	background: #DAD2B5;
}

/*--- TEXT STYLES ---*/
.main {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.mainSmall {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.mainBold {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.mainSmallBold {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.mainBody {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-family: arial, verdana, helvetica, sans-serif;
	text-decoration: none;
}

.heading {
	font-size: 16px;
	font-weight: bolder;
}

/*--- LINK STYLES ---*/
a:link {
	color: #534102;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;

}
a:visited {
	color: #534102;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a:hover {
	color: #836B17;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}

a.m1:link {
	color: #FCEDE0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;

}

a.m1:visited {
	color: #FCEDE0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a.m1:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

a.m2:link {
	color: #F3DFCE;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;

}

a.m2:visited {
	color: #F3DFCE;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

a.m2:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}