/* ////////////////////////////// [ Generic HTML definitions ] ////////////////////////////// */

img, div, table { behavior: url(http://www.primeseismic.com/css/iepngfix.htc) }

#bgGrid {	
    background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffffff;
}

#bgFoot {	
    background-image: url(../images/bgfoot.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffffff;
}

#bgAnim {
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: center;
	behavior: url(http://www.primeseismic.com/css/iepngfix.htc);
}

#bgMain {
	background-image: url(../images/border.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

#bgMenu {
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.conFull {
	background-image: url(../images/grid.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.conMenu {
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.conMenu td {
    color: #eba802;
    font-size: 15px; 
	font-weight: bold;
    padding: 0px;
	margin-bottom: 0px;
}

.parameters td {
	font-family:  Arial, Geneva, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #c2bcca;
    padding: 3px;
	margin-bottom: 0px;
}

a.conMenuNav  { 
	color: #b2abba;
	text-decoration: none;
}

a.conMenuNav:visited { 
	color: #b2abba;
	text-decoration: none;
}
a.conMenuNav:hover { 
	color: #eba802;
}

.conMain {
	margin-top: 70px;
	margin-bottom: 30px;
}

.conFoot {
    color: #eba802;
	margin-bottom: 15px;
}

body {
	font-family:  Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;

}

a, a:visited { 
    color: #c38a03;
}

a:hover { 
	color: #340535;
}

td {
	font-size: 12px;
	color: #000000;
}

.navBar td { 
	color: #eba802;
    font-size: 14px; 
	font-weight: bold;
}

.navBorder { 
	border-left: 2px solid #655676; 
	height: 45px; 
}

.midBorder { 
	border-left: 1px solid #c2bcca; 
}

.topBorder { 
	border-top: 1px solid #c2bcca; 
}

.copyBorder { 
	border-top: 1px solid #c2bcca; 
	font-size: 10px; color: #655676; 
}

.head1 {
	font-size: 16px;
	font-weight: bolder;
	color: #340535;
}

.head2 {
	font-size: 15px;
	color: #9b8fa7;
}

.head3 {
	font-size: 12px;
	color: #340535;
}

	
