
a:link,
a:visited {
	color : #d20137;
	text-decoration : none;
	font-weight : bold;
}


a:hover, a:active{
	color : #464646;
}

a.nav {
	color : #FFFFFF;
}

a.nav:link {
	color : #FFFFFF;
}

a.nav:visited {
	color : #FFFFFF;
}

a.nav:hover {
	color : #CCCCCC;
}

input {
	color : #000000;
	font-family : Arial, 'MS Sans Serif', Helvetica;
	font-size : 12px;
}

select {
	color : #000000;
	font-family : Arial, 'MS Sans Serif', Helvetica;
	font-size : 12px;
}

td, p {
	color : black;
	font-family : Arial, 'MS Sans Serif';
	font-size : 12px;
}

p.home,p.home2{
padding: 0 10px;
line-height: 25px;
}

p.home{
font-size: 13px;

margin-top: 0;

}

p.home2{
font-size: 14px;

}

h1 {
	color : #d20137;
	font : bold;
	font-family : Arial, 'MS Sans Serif';
	font-size : 23px;
text-transform: uppercase;
margin-top: 0;
}

textarea {
	color : #000000;
	font-family : Arial, 'MS Sans Serif', Helvetica;
	font-size : 12px;
}

.button_general {
	background-color : #d20137;
border: 2px solid #c4c5c7;
	color : white;
	font-family : Arial;
	font-size : 12px;
	font-weight : bold;
}


.navigation a:link,
.navigation a:visited{
color: white;
display: block;
width: 130px;
border-bottom: 2px solid white;
font-size: 14px;
font-weight: bold;
background:#464646;
padding: 10px;
}

.navigation a:hover,
.navigation a:active{
background:#d20137;
}