/* CSS Document */
html {
	overflow: scroll;
	overflow-x: hidden;
}

body, html {
	padding: 0;
	margin: 0;
	
	background-color: #CCCCFF;
	/*background-color: #FFFFF0;*/
	/*background-color: #D5F7FF;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;;
}

form {
	padding: 0;
	margin: 0;
}

div {
	padding: 0;
	margin: 0;
}

p {
	padding: 0;
	margin: 0;
}

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}

table {
	border: 0;
	padding: 0;
	margin: 0;
}

/* default opacity for IE */
img {
	border: 0;
	filter:alpha(opacity=100);
}

/* duplicate image positioning */
img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
}

ul {
	padding: 0;
	margin: 0;
	
	padding-left: 25px;
}

h1 {
	padding: 0;
	margin: 0;
	
	margin-bottom: 10px;


	font-size: x-large;
	color: #0D769D;
}

.nullA {
	text-decoration:none;
}
.nullA:hover {
	text-decoration:none;
}

.gHeader {
	/*font-size: x-large;*/
	font-size: 12px;
}

.gMenuTop {
	/*font-size: medium;*/
	font-size: 16px;
}

.gMain {
	/*font-size: medium;*/
	font-size: 12px;
	font-size: 14px;
}

.gFooter {
	/*font-size: x-small;*/
	font-size: 10px;
}

.formLabel {
	font-size: small;
	padding-right: 5px;
	padding-top: 2px;
}
.formItem {
	font-size: small;
	background-color: #F2FDFD;
}

.message {
	font-size: small;
	color: #FE4747;
}

.infoA {
	text-decoration: underline;
	font-style: italic;
	color: #297E67;
}

.infoHeader {
	font-weight: bold;
	font-size:small;
	color: #0D769D;
	padding-bottom: 3px;
}
.infoMain {
	font-size:small;
	padding-bottom: 3px;
}
.infoDesc {
	font-size:small;
	padding-top: 3px;
	padding-bottom: 0px;
}
.infoLink {
	font-size:small;
	font-style: italic;
	color: #297E67;
}

.commentHeading {
	color: #000066;	
}
.commentMain {
	color: #990000;

	font-size: 12px;
	font-style: italic;
	padding-bottom: 6px;
	text-align: justify;
}

.borderHeading {
	font-size: 16px;
	font-style: italic;
	
	color: #0D769D;
	
	padding-bottom: 6px;
}

.borderContainer {
	position: relative;
	
	width: 100%;
}
.borderTop {
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	height: 7px;
	
	background-image: url(gfx/borderA/top.gif);
	background-repeat: repeat-x;
}
.borderBottom {
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	height: 7px;
	
	background-image: url(gfx/borderA/bottom.gif);
	background-repeat: repeat-x;
}

.row_even {
	background-color: #D2F7FF;
}

.row_odd {
	background-color: #EAFCFF;
}


