/* HTML STYLES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
	font-size:80%;
}
a, a:link{
	color: #000000;
	text-decoration:none;
	
}
a:hover{
	color: #660066;
	text-decoration:underline;
	}
a:visited{
	text-decoration:none;
	
}

/* CUSTOM STYLES */

/* Styles used for all pages */

.smallblack {
	font-size: 80%;
}
.blacklink, .blacklink:link, .blacklink:visited{
	font-size:85%;
	color:#000000;
	text-decoration:none;
}
.blacklink:hover{
	font-size:85%;
	color:#000000;
	text-decoration:underline;
}

.whitelink, .whitelink:link, .whitelink:visited{
	font-size:85%;
	color:#FFFFFF;
	text-decoration:none;
}
.whitelink:hover{
	font-size:85%;
	color:#FFFFFF;
	text-decoration:underline;

}
.link, .link:visited{
	text-decoration:none;
	font-weight:normal;
	color:#3366CC;
}
.link:hover{
	text-decoration:underline;
	font-weight:normal;
	color:#3366CC;
}
.titletable{
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px dotted #000000;
	border-left: 0px none;
}
.containertable{
	border-top: 1px solid #000000;
	border-right: 0px none;
	border-bottom: 1px solid #000000;
	border-left: 0px none;
}

.dottedcontainertable{
	border-top: 1px dotted #000000;
	border-right: 0px none;
	border-bottom: 1px dotted #000000;
	border-left: 0px none;
}

.smalllink, .smalllink:link, .smalllink:visited{
	text-decoration:none;
	font-size:80%;
	font-weight:normal;
	color:#3163CE;
}
.smalllink:hover{
	text-decoration:underline;
	font-size:80%;
	font-weight:normal;
	color:#3163CE;
}
/* regular text */

.darkgrey{
	color:#333333;
}

.greytext{
	color:#666666;
}

.navytext{
	color:#003399;
}

.sm_navy{
	font-size:80%;
	color:#003399;
}

/* other */
.dottedhr{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px dotted #000000;
	height:1px;
	/*
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px dotted #000000;
	border-left: 0px none;
	*/
}
.topbottomtable{
	border-top: 1px solid #000000;
	border-right: 0px none;
	border-bottom: 1px solid #000000;
	border-left: 0px none;
}

/* list styles link */

li {
	list-style-image: url('images/arrowbox_purple_rt1.gif');
}