* {
    margin : 0px;
    padding : 0px;
}
body
{
	background-color: ghostwhite;
}
body, p {
    font : 12px/18px Verdana, "Trebuchet MS", Trebuchet, Arial, sans-serif;
    color : #001723;
}
p {
    margin : 10px 0px;
}

img {
    border : none;
}
img.left,
img.postimg {
    float : left;
    margin : 0px 10px 10px 0px;
}
img.center {
    display : block;
    margin : 10px auto;
}
img.right {
    float : right;
    margin : 0px 0px 10px 10px;
}
img.border {
    padding : 5px;
    background-color : #DFF3FF;
    -moz-border-radius : 5px;
}
h1 {
    background : #FFFFFF url(/images/bg_logo.gif) repeat-x top left;
}
h1 a {
    width : 600px;
    display : block;
    margin : 0px auto;
}

a:link, a:visited {
    color : #001723;
    text-decoration : underline;
}
a:hover, a:active {
    color : #C26700;
}
#tagbar {
    padding : 5px 0px 5px 20px;
    overflow : hidden;
    background : #FFFFFF url(/images/bg_tagbar.gif) repeat-x top left;
    font-weight : bold;
    font-size : 11px;
    line-height : 12px;
    color : #DE8615;
    text-transform : uppercase;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#tagbar table {
    width : 760px;
    margin : 0px auto;
}
#tagbar #MenuBar {
	float : left;
    width : 530px;
    list-style-type : none;
    font-weight : bold;
    color : #DE8615;
}
#tagbar #MenuBar li {
    display : inline;
    float : left;
    margin-right : 10px;
}
#MenuBar a {
    color : #DE8615;
    text-decoration : none;
}
#MenuBar a:hover, #MenuBar a:active {
    color : #C26700;
}

.MenuBarStyle
{
	font-size : 11px;
}

.ContactTbl td
{
	padding:5;
}

.ContactTblTag
{
	background-color:#6699cc;
	color:white;
	font-size : 11px;
	font-weight:bold;
}

.ContactTblDesc
{
	font-size : 11px;
}

.UsedTblTag
{
	background-color:#6699cc;
	color:white;
	font-size : 11px;
	font-weight:bold;
	padding:8px;
	text-decoration: none;
}

A.UsedTblTag, A.UsedTblTag:visited
{
	background-color:#6699cc;
	color:white;
	font-size : 11px;
	font-weight:bold;
	padding:8px;
	text-decoration: none;
}

A.UsedTblTag:hover
{
	background-color:#6699cc;
	color:#DE8615;
	font-size : 11px;
	font-weight:bold;
	padding:8px;
	text-decoration: none;
}

.UsedTblDesc
{
	font-size : 11px;
	padding:3px;
}

.AddUsedTblTag
{
	background-color:#6699cc;
	color:white;
	font-size : 11px;
	font-weight:bold;
	padding:8px;
}

.AddUsedTblDesc
{
	font-size : 11px;
	padding:3px;
	width:400px;
}

.NewCompany
{
	font-size: 18px;
	color: #026382;
	font-weight: bold;
}