body {
	margin: 0px;
	background: #fff url(../images/index/bgg.png) top left repeat-x;
}

body,table {
	font-size: 12px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.mineTable {background: url(../images/index/bg.png) top left no-repeat;}

h1 {
	color: #E02929;
	font-size: 18px;
	font-weight: normal;
	margin: 2px 0px;
	padding: 2px 0px;
}
h2 {
	color: #E02929;
	font-size: 13px;
}


a {text-decoration: underline;}
a:link {color: #000;}
a:visited {color: #000;}
a:hover {color: #ED1C24;}

.mine_menu {
	color: #fff;
	font-size: 13px;
	padding: 55px 0px 0px 35px;
}
.mine_menu a {
	font-size: 13px;
	text-transform: uppercase;
	font-style: italic;
}
.mine_menu a:link {color: #fff; text-decoration: none;}
.mine_menu a:visited {color: #fff; text-decoration: none;}
.mine_menu a:hover {color: #fff; text-decoration: underline;}


.cat_menu {
	margin: 0px;
	padding: 0px;
}
.cat_menu li {
	list-style: none;
	padding: 5px 0px 5px 10px;
	background: url(../images/index/marker.gif) left center no-repeat;
}
.cat_menu a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	white-space: nowrap;
}
.cat_menu a:link {color: #000;}
.cat_menu a:visited {color: #000;}
.cat_menu a:hover {color: #ED1C24;}



a.red {
	font-size: 14px;
	white-space: nowrap;
}
a.red:link {
	color: #f00;
	text-decoration: none;
}
a.red:visited {
	color: #f00;
	text-decoration: underline;
}
a.red:hover {
	color: #f00;
	text-decoration: underline;
}


.copy td {
	font-size: 11px;
	color: #999;
}

.contentheading {
	color: #E02929;
	font-size: 18px;
}

.componentheading {
	color: #E02929;
	font-size: 18px;
}

.ieP {filter:expression(fixPNG(this));}