/* primary stylesheet (this is a new file and not used widely ... the site should move over to this standard as it gets redeveloped - GARETH 05/11/2007 */

body {
	background-attachment: fixed;
	background-image: url(jpg/globe_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

p, td, input, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px !important;
}

.maintextarea p {
	text-align: justify;
}

.small {
	font-size: 10px;
	text-align: center;
}

.copyright {
	color: #999999;
	font-size: 10px;
}

input {
	background: transparent;
	border: 2px solid #CCCCCC;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #2BAED2;
	text-decoration: none;
}

.copyright a {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

.noborder {
	border: 0px none;
}

.pinkbg {
	background-color: #FFCCFF;
}

.keyline {
	border: 1px solid #000000;
}

.title, .maintextarea .title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}