/*
-----------------------------------                            Anchor
*/a {
	color: #004A00;
	text-decoration: none;
}
a:hover {
	color: #FF9933;
	text-decoration: underline;
}
a.rm {
	color: #FF0000;
	text-decoration: none;
}
a.rm:hover {
	color: #993300;
	text-decoration: none;
}
a.white {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #FF9933;
	text-decoration: none;
}
/*
-----------------------------------                            Tag
*/
p {
	text-align: justify;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style-image: url(images/list_icon.gif);
}
/*
-----------------------------------                            Class 
*/
.vertical_bg {
	background-repeat: repeat-y;
	background-position: center;
}
.copyright {
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.list_orangedot {
	list-style-image: url(images/dot.gif);
	margin-left: 15px;
}
.vertical_Gr_Bg {
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(images/grey_dottedline.gif);
	padding-left: 8px;
}
.hz_bg {
	background-repeat: repeat-x;
	background-position: center;
	height: 5px;
}
.prod_dotline {
	background-image: url(images/dottedline_vertical.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.sm_vbg {
	background-repeat: repeat-y;
	background-position: right;
	background-image: url(images/sm_vbg.gif);
}
/*
-----------------------------------                            Form Element
*/
.formelement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #666666;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #666666;
	overflow: auto;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	font-weight: bold;
}