body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #ffffff;
}
.topmenu {
	border-left-width: 1px;
	border-left-style: inset;
	border-left-color: #333333;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #333333;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.header {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: right;
        padding-left: 15px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

.menuSep {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
        padding-left: 10px;
}

.bodyClass {
        padding-left: 15px;
        padding-right: 5px;
}

td.sidebar {
        padding-left: 5px;
}

hr {
	border-top: 1px #CC0000;
}

#domticker{
width: 520px;
height: 1.2em;
padding-left: 10px;
}

.someclass{ 
font-weight: bold;
font-family: Verdana;
color: #000033;
}

#domticker a{
text-decoration: none;
color: #000033;
}

select 
  {
  width: 300;
  }

.pageheader
  {
  font-weight: bold;
  font-size: 16pt;
  font-family: "Tahoma";
  color: #cc0000;
  }

td.tableheader
  {
  font-size: 10pt;
  font-family: "Tahoma";
  font-weight:      bold;
  color: white;
  background-color: black;
  }

td.Standard
  {
  font-size: 10pt;
  font-family: "Tahoma";
  color: black;
  }

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: red red red red;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: red red red red;
	background-color: rgb(255, 245, 238);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-color: red red red red;
	background-color: rgb(255, 245, 238);
	-moz-border-radius: 0px 0px 0px 0px;
}

table.sample2 {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.sample2 th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	color: white;
	font-size: 12px;
	border-color: #cc0000;
	background-color: #cc0000;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample2 td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	font-size: 12px;
	color: black;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.sample2 a {
	color: #0000033;
	font-weight: bold;
}

a:link {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
	font-weight: bold;
}
a:active {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}

.searchBox{
  background-image:url('images/magnifying-glass.gif');
  background-repeat:no-repeat;
  padding-left:20px;
} 

