@charset "utf-8";

/*------------------------------------
GLOBALS
------------------------------------*/

body {
	background-color:#9CCDFF;
	margin:0px;
	font-family:arial;
	font-size:12px;
	color:black;
	}

img, div {
	behavior: url(/js/iepngfix.htc)
	}

.no-border {
	border:0px;
	}

.right {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	}

.left {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	}

.pic {
	border:1px solid navy;
	padding:2px;
	}


a:link, a:visited {
	text-decoration:none; 
	color: navy;
	}
a:hover {
	text-decoration: underline;
	color: blue;
	}
	
a.button {
	background-image: url(/images/bg-button.png);
	background-repeat: no-repeat;
	width: 250px;
	height: 43px;
	margin:auto;
	font-weight:bold;
	font-size:18px;
	line-height:18px;
	text-decoration:none;
	padding:7px 0 0 0;
	display:block;
	margin:0;
	}
a.button:hover {
	color:yellow;
	}