@charset "utf-8";
/* CSS Document */

body {
	background:url(images/pcheckbg.jpg) repeat;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:#AD07E3;
	text-decoration: none;
	
	
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

hr {
	color: #fff; 
	background-color: #fff; 
	border: 5px dotted #999999; 
	border-style: none none dotted;
}

h1 {
	font-weight:bold;
}


.xxsmallgray {
	font-size: xx-small;
	color:#CCCCCC;
}

.style1 {
	font-size: x-small;
	vertical-align:middle;
}
.style2 {
	color: #FFFFFF;
	font-size: x-small;
}

.linkspage {
	font-size: smaller;
}

.pageheader {
	font-size:18px;
	font-weight:bold;
}
.headings {
	font-size:24px;
	font-weight:bold;
}

.warn {
	color: #CC0000;
}

.updated {
	color: #333333;
	font-weight:bold;
}

