BODY
{
	font-size:14px;
	font-family: Arial, Sans-Serif;
}

input, select, textarea
{
	font-size:12px;
}

BODY a:active {
	color:	black;
	text-decoration:	none;
	font-size:14px;
}

BODY a:link {
	color:	black;
	text-decoration:	none;
	font-size:14px;
}

BODY a:visited {
	color:	black;
	text-decoration:	none;
	font-size:14px;
}

BODY a:hover {
	color:	black;
	text-decoration:	none;
	/* font-weight:	bold; */
	font-size:14px;
}

#login a:active 
{
	color: White;
	text-decoration: underline;
	font-size: 14px;
}

#login a:link 
{
	color: White;
	text-decoration: underline;
	font-size: 14px;
}

#login a:visited 
{
	color: White;
	text-decoration: underline;
	font-size: 14px;
}

#login a:hover 
{
	color: White;
	text-decoration: underline;
	font-size: 14px;
}

/* all the paragraphs must look the same */
p.normal {
	font-size:	14px;
	color:		#000000;
	text-align: justify;
}

p.subject {
	font-size:	20px;
	color:		#325D88;
	font-weight: bold;
	border-bottom-color: gainsboro;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

p.highlight {
	font-size:	26px;
	color:		#325D88;
	font-weight: bold;
}

