/* CSS Document */

body {
	background-image: url(images/back.jpg);
	background-repeat:repeat-x;
}

a:link {
	color: #002F8B;
}

a:visited {
	color: #002F8B;
}

a:hover {
	color: #002F8B;
}

a:active {
	color: #002F8B;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img#rapidstatscounter { border: 1px solid #ffffff; 
}

.box {
    border: 1px dashed #cccccc;
    padding: 7px;
    background-color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	display:inline;
	
}