/* Stylesheet for the PC */

a:hover	{
	color: rgb( 209, 0, 37 );
}

body, td, input { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	color: rgb( 0, 0, 0 );
}

.subtitle 
{
	color: rgb( 0, 104, 139);
	font-size: 16px;
}
		
a {
	text-decoration: underline;
	color: rgb( 0, 104, 139);
}

strong 	{
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}

h2		{
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
	color: rgb( 209, 0, 37 );
}
