body {
  font-family: verdana,arial,helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margins: 0cm 0cm 0cm 0cm;
  background-image: url('graphics/subpage/sub_bkgrd.jpg');
  background-repeat: repeat-x;
}

A:link {
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: underline;
	color: #ffcd74;
}
A:hover { color: #d3b6a6; }
A:visited { color: #d3b6a6;}
A:active { color: #d3b6a6; }


A.davindi:link {
	font-size: 10px;
	color: #ffcd74;
}
A.davindi:visited { color: #d3b6a6; }

.davindiText {
	font-size: 10px;
	font-weight: normal;
	color: #cdcdcd;
}

.bottomText {
	font-size: 10px;
	font-weight: normal;
	text-align:center;
	color: #000000;
}

.error {
	font-weight: bold;
	color: #791e2a;
}

.hide {
	display: none;
}

.show {
	display: block;
}

table.tech {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: separate;
	background-color: white;
}
table.tech th {
	border-width: 1px;
	padding: 5px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	color: #000000;
	-moz-border-radius: ;
}
table.tech td {
	border-width: 1px;
	padding: 5px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	color: #000000;
	align: center;
	-moz-border-radius: ;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #1a2c77;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #ffcd74;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #d3b6a6;
}

p { 
	font-size: 12px;
	color: #f1d6a6; 
}
td { 
	font-size: 12px;
	color: #f1d6a6; 
}

th {
	font-size: 12px;
	font-weight: bold;
	background: #cdcdcd;
	align: center;
}

ul { list-style: circle outside; }
ul ul { list-style: square outside; }
