/* CSS Document */
/* mts */
/*
Colors
000			black				text
fff			white				background
c60035		red					border lines, text
00209f		blue				menu, text
*/


body
{
	color:#000;
	background-color:#fff;
	font-family:arial, helvetica, sans-serif;
	font-size:100%;
}

h1, h2, h3
{
	color:#c60035;
}

h1	
{
	font-size:150%;
}

h2	
{
	font-size:100%;
}

h3	{
	font-size:90%;
}

p
{
	color:#000;
	font-size:85%;
}

td
{
	font-size:75%;
	font-weight:bold;
}


.menu
{
	background-color:#00209f;
	color:#fff;
	font-size:90%;
	border-top:5px solid #fff; 
}

.menu a
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

.menu a:hover
{
	color:#c60035;
	text-decoration:none;
	font-weight:bold;
}



#main3 strong
{
	font-size:100%;
	color:#002a92;

}

#contact strong
{
	font-size:120%;
	color:#00209f;

}

#links td
{
	font-size:100%;
	font-weight:normal;
}

#right
{
	background-color:#fff;
	font-size:75%;
	font-weight:bold;
	text-align:center;

}

.footer
{
	background-color:#fff;
	font-size:90%;
}
