/* CSS Document */

a {
	color: #000000;
	text-decoration: underline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
}

.NavLink {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

.title {
	font-weight: bold;
	font-size: 14px;	
	color: #D82425;
}

.subtitle {
	font-weight: bold;
	font-size: 12px;	
	color: #D82425;
}

.smalltitle {
	font-size: 10px;	
	color: #d72424;
}

.body2 {
	font-size: 11px;	
	color: #d72424;
}
.subtitle2 {
	font-weight: bold;
	font-size: 12px;	
	color: #000000;
}
html {
	overflow-y: scroll;
}


