body
{
	margin: 0px;
	background-color: #FFFFFF;
}

.text
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height:15px;
	text-decoration: none;
}

.small
{
	font-size: 11px;
}

.verySmall
{
	font-size: 9px;
}

.lineHeight
{
	line-height:18px;
}
.red
{
	color: #EC4B42;
}

.grey
{
	color: #5E5E5E;
}

.white
{
	color: #FFFFFF;
}

.bold
{
	font-weight: bold;
}

.veryBig
{
	font-size: 24px;
	line-height:18px;
}

.menuBlack
{
	background-color:black;
}

.blackLine
{
	background-color: #000000;	
}

.greyLine
{
	background-color: #C9C9C9;	
}

.greyLineBorder
{
	border: 1px solid #C9C9C9;
}

.greyBox
{
	background-color: #E5E5E5;
}

.whiteBox
{
	background-color: #FFFFFF;
}

.greylink:link, .greylink:visited
{
	text-decoration: underline;
	color: #888888;
	font-size: 10px;
}

.greylink:hover
{
	text-decoration: underline;
	color: #EC4B42;
	font-size: 10px;
}

.greyBiglink:link,  .greyBiglink:visited
{
	text-decoration: underline;
	color: #888888;
}

.greyBiglink:hover
{
	text-decoration: underline;
	color: #EC4B42;
}

.redBiglink
{
	text-decoration: underline;
	color: #EC4B42;
}

.darkGreylink:link,  .darkGreylink:visited
{
	text-decoration: underline;
	color: #5E5E5E;
}

.darkGreylink:hover
{
	text-decoration: underline;
	color: #EC4B42;
}

.blackBiglink:link,  .blackBiglink:visited
{
	text-decoration: none;
	color: black;
}

.blackBiglink:hover
{
	text-decoration: none;
	color: #EC4B42;
}

a.RedBigLink:link, a.RedBigLink:hover, a.RedBigLink:visited
{
	text-decoration: none;
	color: #EC4B42;
}

.inputBorder
{
	border-width:0px;
	border-color:#FFFFFF;
}

input.text_input, textarea.text_input
{
	width: 100%;
}

.lightBlueBG
{
	background-color: #F7F9F9;
}

.lightBlueBG_e
{
	background-color: #F7F9F9;
}

.lightBlueBG_r
{
	background-color: #EDECEC;
}

.lightBlueBG_c
{
	background-color: #E6E9F0;
}

a.footerLink:link, a.footerLink:hover, a.footerLink:visited
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height:15px;
	text-decoration: none;
}

a.footerLink.grey:link, a.footerLink.grey:hover, a.footerLink.grey:visited
{
	color: #5E5E5E;
}

a.LeftMenu
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height:15px;
	text-decoration: none;
}

a.LeftMenu.red
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #EC4B42;
	line-height:15px;
	text-decoration: none;
}

input.btn_style
{
	background-color: #EC4B42;
	border: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold; 
	letter-spacing: 1px;
	padding: 2px 5px 2px 5px;
	cursor: pointer;
}

input.btnGray_style
{
	background-color: #BDBDBD;
	border: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold; 
	letter-spacing: 1px;
	padding: 2px 5px 2px 5px;
	cursor: pointer;
}

H1
{
	font-family: Tahoma; 
	font-size: 25px; 
	font-weight: bold; 
	color: #EC4B42;
	text-decoration: none;
	margin: 0px;
}

H2
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #5E5E5E;
	line-height:20px;
	text-decoration: none;
	margin: 0px;
}

