@charset "UTF-8";
/* CSS Document */

.topCopy{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 45px;
	font-weight: bold;
	color: #221F28;
	}
	
.bodyHead{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #221F28;
	}
	
.body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding-left: 10px;
	color: #221F28;
	}
	
	.copyright{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding-left: 10px;
	color: #FFFFFF;
	}
	
.backgroundFrame{
	background-image: url(images/frame_side_back_rep.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 98px;
}

.background{
	background-image: url(images/frame_illustrations.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.backgroundGonotoGo{
	background-image: url(images/gontoOnGo_back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

a:link {
	color: #006699;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
a:active {
	color: #1BB7EA;
	text-decoration: none;
		outline: none;	
		font-weight: bold;


}
a:hover {
	color: #1BB7EA;
	text-decoration: none;
		outline: none;
			font-weight: bold;


}

