/* GCE CSS */

body {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #000000;
}
body,td,th {
	font-family: book Antiqua;
	font-size: 12px;
	color: #333333;
}

a.info:link {
	color: #999999;
	font-weight:normal;
}
a.info:visited {
	color: #999999;
	font-weight:normal;
}
a.info:hover {
	color: #999999;
	font-weight:no
	}

p.main{
	text-align: justify;
  	font-family: verdana;
	font-size: 14px;
	color: #000769;
   	font-weight: 650;
	}

p.heading{
	text-align: left;
  	font-family: book Antiqua;
	font-size: 18px;
	color: #000769;
   	font-weight: bolder;
	}

p.copyrights {
	text-align: center;
  	font-family: book Antiqua;
	font-size: 12px;
	color: #666666;
   	font-weight: normal;
	}

p.links{
	text-align:center;
	font-family: book Antiqua;
	font-size: 10px;
	color: #baba75;
	font-weight:bold;
}

a.links:link{
	text-align:center;
	font-family: book Antiqua;
	font-size: 10px;
	color: #baba75;
	font-weight:bold;
}
a.links:hover{
	text-align:center;
	font-family: book Antiqua;
	font-size: 10px;
	color: #baba75;
	font-weight: bold;
	text-decoration:blink;
}
a.links:visited{
	text-align:center;
	font-family: book Antiqua;
	font-size: 10px;
	color: #baba75;
	font-weight:bold;
}

a.email:link{
	font-family: book Antiqua;
	font-size: 13px;
	text-decoration:none;
	text-indent:inherit;
	font-weight: bold;
	color: #000769;
	text-transform: none;
	}

a.email:visited{
	font-family: book Antiqua;
	font-size: 13px;
	text-decoration:none;
	text-indent:inherit;
	font-weight: bold;
	color: #000769;
	text-transform:none;
	}

a.email:hover {
	font: book Antiqua;
	font-size: 13px;
	font-weight: bold;
	color: #009900;
	text-decoration:none;
	cursor: hand;
	text-transform:capitalize;
	}


a:link{
	font-family: book Antiqua;
	font-size: 13px;
	text-decoration:none;
	text-indent:inherit;
	font-weight: bolder;
	color: #333333;
	text-transform:uppercase;
	}

a:visited{
	font-family: book Antiqua;
	font-size: 13px;
	text-decoration:none;
	text-indent:inherit;
	font-weight: bolder;
	color: #333333;
	text-transform:uppercase;
	}

a:hover {
	font: book Antiqua;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
	cursor: hand;
	text-transform:capitalize;
	}
	

