body {
	margin:10px;
	background-color:#FFFFFF;
}

td {
	font-family: Arial;
	font-size : 12;
	color: #000000;
	LINE-HEIGHT: 1.5;
}
input {
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #8B9499;
}
input.text {
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #8B9499;
}
textarea { 
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	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; 
}

.red_button{
background-color:#CC0000;
color:#FFFFFF
}

.blue{
background-color:#404EA0;
color:#FFFFFF
}


a {
	font-family : Arial;
	font-size : 12px;
	text-decoration : underline;
	color : #447FB9;
}
a:link {
	font-family : Arial;
	font-size : 12px;
	text-decoration : underline;
	color : #447FB9;
}
a:hover {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	color : #447FB9;
}

a:active {
	font-family : Arial;
	font-size : 12px;
	text-decoration : underline;
	color: #447FB9;
}




a.menu {
	font-family : Arial;
	font-size : 12px;
	font-weight:bold;
	text-decoration : none;
	color : #FFFFFF;
}
a.menu:link {
	font-family : Arial;
	font-size : 12px;
	font-weight:bold;
	text-decoration : none;
	color : #FFFFFF;
}
a.menu:hover {
	font-family : Arial;
	font-size : 12px;
	font-weight:bold;
	text-decoration : none;
	color : #FFC324;
}

a.menu:active {
	font-family : Arial;
	font-size : 12px;
	font-weight:bold;
	text-decoration : none;
	color: #FFFFFF;
}






a.footer_menu {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	color : #FFFFFF;
}
a.footer_menu:link {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	color : #FFFFFF;
}
a.footer_menu:hover {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	color : #FFC324;
}

a.footer_menu:active {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	color: #FFFFFF;
}




a.red {
	font-family : Arial;
	font-size : 12px;
	text-decoration : underline;
	color : #CC0000;
}
a.red:link {
	font-family : Arial;
	font-size : 12px;
	text-decoration : underline;
	color : #CC0000;
}
a.red:hover {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	color : #CC0000;
}

a.red:active {
	font-family : Arial;
	font-size : 12px;
	text-decoration : underline;
	color: #CC0000;
}