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


td {
	font-family: Arial;
	font-size : 12;
	color: #444444;
	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; 
}

.green{
background-color:#9DB715;
color:#FFFFFF
}

.blue{
background-color:#05A6D4;
color:#FFFFFF
}

.red{
background-color:#F26522;
color:#FFFFFF
}


a {
	font-family : Arial;
	font-size : 12px;
	text-decoration : underline;
	color : #0370FF;
}
a:link {
	font-family : Arial;
	font-size : 12px;
	text-decoration : underline;
	color : #0370FF;
}
a:hover {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	color : #5CC24F;
}

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


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

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



a.menu_green {
	font-family : Arial;
	font-size : 13px;
	text-decoration : none;
	color : #5CC24F;
}
a.menu_green:link {
	font-family : Arial;
	font-size : 13px;
	text-decoration : none;
	color : #5CC24F;
}
a.menu_green:hover {
	font-family : Arial;
	font-size : 13px;
	text-decoration : underline;
	color : #0370FF;
}

a.menu_green:active {
	font-family : Arial;
	font-size : 13px;
	text-decoration : none;
	color: #5CC24F;
}


a.footer_menu {
	font-family : Arial;
	font-size : 13px;
	text-decoration : none;
	color : #555555;
}
a.footer_menu:link {
	font-family : Arial;
	font-size : 13px;
	text-decoration : none;
	color : #555555;
}
a.footer_menu:hover {
	font-family : Arial;
	font-size : 13px;
	text-decoration : underline;
	color : #0370FF;
}

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



.subtitle {
	font-size:24px;
	color:#0370FF;
}

.subtitle_new {
	font-size:20px;
	color:#0370FF;
}

h2.title {
	font-size:26px;
	font-weight:bold;
	text-transform:uppercase;
}


h2.substitle {
	font-weight:bold;
	font-size:14px;
	color:#990000;
}
