
/* file should be the same */
/* css/nds.css */
/* secure/design/css/style.css */


body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	color: #5B5B5B;
	margin: 0px;
	padding: 0px;
	text-align: left;	
}

a {
	color: #E50029;
}

a:active {
	color: #E50029;
	text-decoration: underline;
}

a:visited {
	color: #E50029;
	text-decoration: underline;
}

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

a:visited:hover {
	color: #E50029;
	text-decoration: underline;
}

.sublink {
	font-size: 85%;
}

a.sublink {
	color: #E50029;
}

a.sublink:active {
	text-decoration: underline;
}

a.sublink:visited {
	text-decoration: underline;
}

a.sublink:hover {
	text-decoration: underline;
}

a.sublink:visited:hover {
	text-decoration: underline;
}

h2, .page-title  {	
	font-size: 18px;
	font-weight: bold;
	padding: 3px;
	padding-left: 0;
	text-align: left;	
	color: #878787;
}

h2 a {
	color: #878787;
	text-decoration: none;
}

h2 a:hover {
	color: #878787;
	text-decoration: underline;
}

form {
	margin: 0;
}

.title a {

}

.title a:hover {

}