/* CSS Document */

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535353;
	font-weight:normal;
}

.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #535353;
}

.text_smallest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #535353;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535353;
	font-weight:bold;
}

.bold_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff5623;
	font-weight:bold;
}

.text_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0562C1;
}

.text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

.heading_grey
{
color: #7D7D7D;
}

.heading_orange
{
color: #ff5623;
}

.heading_light_blue
{
color: #80d2e4;
}

.heading_green
{
color: #95c61d;
}

.heading_blue
{
color: #3681d1;
}

.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

body {
 background-color: #ffffff;
 margin: 10px;
}
a:link {
	text-decoration: none;
	color: #0562C1;
}
a:visited {
	text-decoration: none;
	color: #0562C1;
}
a:hover {
	text-decoration: underline;
	color: #0562C1;
}
a:active {
	text-decoration: none;
	color: #0562C1;
}

.white_link a:link {
	text-decoration: none;
	color: #ffffff;}
.white_link a:visited {
	text-decoration: none;
	color: #ffffff;}
.white_link a:hover {
	text-decoration: underline;
	color: #ffffff;}
.white_link a:active {
	text-decoration: none;
	color: #ffffff;}
	


.border {
BORDER-TOP: #DADADA 1px solid; 	
BORDER-BOTTOM: #DADADA 1px solid; 
BORDER-LEFT: #DADADA 1px solid; 
BORDER-RIGHT: #DADADA 1px solid; 
	
}

.box_grey {
BORDER-TOP: #3f3f47 1px solid;
BORDER-BOTTOM: #3f3f47 1px solid;
BORDER-LEFT: #3f3f47 1px solid;
BORDER-RIGHT: #3f3f47 1px solid;

BACKGROUND-COLOR: #eeeeee;

}

.orange_border {
BORDER-TOP: #FECE90 1px solid; 	
BORDER-BOTTOM: #FECE90 1px solid; 
BORDER-LEFT: #FECE90 1px solid; 
BORDER-RIGHT: #FECE90 1px solid; 
}

.input {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #535353;
	
BORDER-TOP: #005773 1px solid; 	
BORDER-BOTTOM: #005773 1px solid; 
BORDER-LEFT: #005773 1px solid; 
BORDER-RIGHT: #005773 1px solid; 
}

