/* CSS Document */

.topBorderL{
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #003d7e;	
}
.topBorderR{
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #b30536;	
}

h1{
	color:#003d7e;
}
.redText{
	color:#003d7e;
}
a{
	color: #003d7e;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}