body {
	margin:0px;
	background-color:#FFFFFF;
}
td {
	font-family: Arial;
	font-size : 12px;
	color: #333333;
	line-height:1.6;
}
input {
	font-family: Arial;
	font-size : 12px;
	color: #333333;
	padding-left: 5px;
	border: 1px solid #8B9499;
}
input.search {
	font-family: Arial;
	font-size : 12px;
	color: #333333;
	background-color: #CBCDD1;
	padding-left: 5px;
	border: 1px solid #616161;
}
textarea { 
	font-family: Arial;
	font-size : 12px;
	color: #333333;
	padding-left: 5px;
	border: 1px solid #8B9499;
	background-color: #FFFfff; 
}
select { 
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #666666;
	background-color: #FFFfff; 
}

a {
	font-family : Arial;
	font-size : 12px;
	text-decoration : underline;
	color : #4259A7;
}
a:link {
	font-family : Arial;
	font-size : 12px;
	text-decoration : underline;
	color : #4259A7;
}
a:hover {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	color : #4259A7;
}
a:active {
	font-family : Arial;
	font-size : 12px;
	text-decoration : underline;
	color: #4259A7;
}


a.green {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	font-weight:bold;
	color : #6FB217;
}
a.green:link {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	font-weight:bold;
	color : #6FB217;
}
a.green:hover {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	font-weight:bold;
	color : #4259A7;
}

a.green:active {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	font-weight:bold;
	color: #6FB217;
}





a.menu {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	font-weight:bold;
	color : #FFFFFF;
}
a.menu:link {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	font-weight:bold;
	color : #FFFFFF;
}
a.menu:hover {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	font-weight:bold;
	color : #FBFF01;
}

a.menu:active {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	font-weight:bold;
	color: #FFFFFF;
}

