a:link 		{color: #333333; text-decoration: none;}
a:visited	{color: #333333; text-decoration: none;}
a:hover		{color: #CC0000; text-decoration: underline;}
a:active	{color: #CC0000; text-decoration: underline;}

a.link1:link 	{color:#CC0000;text-decoration:none;}
a.link1:visited	{color:#CC0000;text-decoration:none}
a.link1:hover 	{	color:#000000;	text-decoration:none;	}
a.link1:active	{	color:#000000;	text-decoration:none;	}

body {
	margin: 10px 0px;
	padding: 0px;
	background-color: #FF9900;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}
p {
	margin: 0px;
	padding: 0px;
}
.font_a {
	font-size: 10px;
	font-weight: normal;
}
.font_b {
	color: #CC0000;
}
hr {
	border: 1px dashed #CCCCCC;
}
.i_a {
	font-size: 12px;
	width: 300px;
	border: 1px solid #CCCCCC;
	background-color: #f8f8f8;
}
.i_b {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CC0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #640000;
	border-bottom-color: #640000;
	border-left-color: #FF0000;
	height: 20px;
	width: 100px;
}
