/*
 * Default Styles - Main layout
 */



BODY,TBODY,THEAD,TFOOT,TH,TD,P,B,INPUT,DIV,DD,DH {
	color : #666666;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, "MS Sans-serif", sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

BODY {
	width: 790px;
	height: 590px;
}

BODY, TR, TD {
	text-align: left;
	vertical-align: top;
}

TABLE, TR, TD, P {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

TABLE, TR, TD, IMG {
	border: 0px none white;
}









/*
 * Default Styles - Lists
 */
OL LI {
	list-style-type: decimal;
	}

OL OL LI {
	list-style-type: lower-alpha;
	}

OL OL OL LI {
	list-style-type: lower-roman;
	}









/*
 * Default Styles - Headers
 */
H1 {
	font-size: 200%;
	font-weight: bold;
}

H2 {
	font-size: 150%;
	font-weight: bold;
}

H3 {
	font-size: 125%;
	font-weight: bold;
}

H4 {
	font-size: 110%;
	font-weight: bold;
}

H5 {
	font-size: 100%;
	font-weight: bold;
}

H6 {
	font-size: 100%;
	font-style: italic;
}









/*
 * Default Styles - Emphases
 */
DT {
	font-weight: bold;
}

EM {
	font-style: normal;
	font-weight: bold;
	}

STRONG {
	font-style: italic;
	font-weight: bold;
	}

EM STRONG, STRONG EM {
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
	}

B {
	font-weight: bold;
	}

I {
	font-style: italic;
	}









/*
 * Default Styles - Links
 */
A {
	margin-bottom : 0px;
	margin-top : 0px;
	text-decoration: none;
}

A:hover {
	margin-bottom : 0px;
	margin-top : 0px;
	text-decoration: underline;
	color: #ff0000;
}

A:visited {
	margin-bottom : 0px;
	margin-top : 0px;
	text-decoration: none;
}









/*
 * Default Styles - Forms
 */
FORM {
	margin-bottom : 0px;
	margin-top : 0px;
}

OPTION {
	color : #990000;
	background-color: #ffffff;
	font-family : arial, helvetica, sans;
	font-size : 10px;
	font-weight: normal;
	text-decoration : none;
}

SELECT {
	color : #990000;
	background-color: #ffffff;
	font-family : arial, helvetica, sans;
	font-size : 10px;
	font-weight: normal;
	text-decoration : none;
}









/*
 * Default Styles - Companies By Design
 */
td.topbar {
	color : #ffffff;
	background-color: #000000;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px none white;
}

td.leftbar {
	color : #ffffff;
	background-color: #0c9905;
	width: 160px;
	height: 500px;
}

td.footerbar_left {
	color : #ffffff;
	background-color: #0c9905;
}

p.address {
	color : #ffffff;
	background-color: #0c9905;
	margin: 10px 10px 10px 10px;
	text-align: right;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: -1px;
	word-spacing: 0px;
	line-height: 13px;
}

p.address a {
	color : #ffffff;
	background-color: #0c9905;
	text-align: right;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: -1px;
	word-spacing: 0px;
	line-height: 13px;
}

p.copyright {
	color : #ffffff;
	background-color: #0c9905;
	margin: 10px 10px 5px 0px;
	text-align: right;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: -1px;
	word-spacing: 0px;
	line-height: 13px;
	vertical-align: bottom;
	float: right;
}

td.titlebar {
	height: 80px;
}

p.title_companies {
	text-align: right;
	font-size: 36px;
	font-weight: bold;
	color : Black;
	margin-right: 84px;
}

p.title_bydesign {
	text-align: right;
	font-size: 36px;
	font-weight: bold;
	color : #0c9905;
	margin-top: -12px;
}

p.title_tagline {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color : #666666;
	margin: 12px 0px 20px 0px;
}

td.main {
	vertical-align: top;
}

td.main h1 {
	font-size: 14px;
	font-weight: bold;
	color : Black;
	margin: 0px 0px 10px 10px;
}

td.main p {
	margin: 0px 10px 10px 10px;
}

td.footerbar {
	color : #0c9905;
	background-color: White;
	height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px none white;
	text-align: right;
}

td.footerbar p {
	color : #0c9905;
	background-color: White;
}

td.footerbar p a {
	color : #0c9905;
	background-color: White;
	text-decoration: none;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	border: 0px none white;
	font-weight: bold;
}

td.footerbar p a:hover {
	color : Red;
	background-color: White;
	text-decoration: underline;
}

span.menu_selected {
	color : #999999;
	background-color: White;
	text-decoration: none;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	border: 0px none white;
	font-weight: bold;
}

