/* CSS Document */
.pageborder {

	border-top-width: 0px;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-left-width: 1px;

	border-top-style: solid;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-top-color: #013B63;

	border-right-color: #013B63;

	border-bottom-color: #013B63;

	border-left-color: #013B63;

}

table {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 22px;



}

.imageBorder {

	border-top: 3px double #D0D8DD;

	border-right: 0px double #D0D8DD;

	border-bottom: 3px double #D0D8DD;

	border-left: 0px double #D0D8DD;



}

.crumbTrail {

	font-size: 11px;

	color: #999999;

	font-family: Verdana, Arial, Helvetica, sans-serif;





}

a:link {

	color: #003A63;

}

a:visited {

	color: #003A63;

}

a:hover {

	color: #579EE6;

	text-decoration: none;

}

input {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

}

textarea {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

}

li {

	list-style-image:  url(graphics/bullet.gif);





}

.cursor {

	cursor: hand;

}

