/*
$Id: style.css,v 1.2 2004/06/11 09:20:09 tarique Exp $
*/

body {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color : #333333;
        margin: 0px;
        scrollbar-face-color: #444444;
        scrollbar-highlight-color: #444444;
        scrollbar-shadow-color: #333333;
        scrollbar-3dlight-color: #555555;
        scrollbar-arrow-color:  #777777;
        scrollbar-track-color: #333333;
        scrollbar-darkshadow-color: #333333;
        margin:0px;
        background-color:#CCCCCC;
        background-image: url("images/hardwired_bak.gif");
        background-repeat:repeat;
        }

table {
	font-size: 10px;
	background-color: #CCCCCC;
	color: #333333;
}

h1{
        font-size: 18px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        color : #006600;
        margin: 2px;
        font-style : normal;
}

h2 {
	font-family: Verdana, Helvetica, sans-serif;
	background-repeat : no-repeat;
	font-size: 24px;
	margin: 12px 0px 6px;
	color : #FFFFFF;
	background-color: #006600;
	border: none;
	list-style-image: none;
}

h3 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 2px 2px 0px;
	color: #006600;
}

p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	margin: 6px 0px;
	color: #333333;
}

ul {
	margin-left: 5px;
	padding: 3px;
	background-color: #999999;
	border-top-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

li {
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
	color: #333333;
}

a    { color: #ddd; text-decoration: none }

.maintable  {
	background-color: #CCCCCC;
	margin: 0px;
	border-top: 2px #333333;
	border-right: 2px solid #333333;
	border-bottom: 2px #333333;
	border-left: 2px solid #333333;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006600;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
	background-color: #999999;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
	background-color: #999999;
	width: 100%;
	font-weight: bold;
	text-decoration: underline;
}
.image-left {
	margin-right: 6px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	margin-top: 6px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	letter-spacing: 6px;
}
.td-bottom {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.divider {
	border-left-style: none;
	border-left-color: #333333;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #333333;
}
.bold {
	font-weight: bold;
	color: #006600;
}
