/* ####### Rulesets ####### */

td{
	font-family:verdana;
	font-size:10px;
	color:#000000;
}

a{
	text-decoration: none;
	color:000000;
	font-size: 10px; 
	font-family: verdana;
	font:900;
}


/* ####### Attribute Selector Classes ####### */

a:visited{
	color:#F8CA79
}

a:hover{
	color:red
}

/* ####### Selector Classes ####### */

.center{
	text-align: center;
}

.bold{
	font-weight: bold;
}
/* ####### Title Table ####### */

table.layoutTable{
	border-collapse: collapse; 
	width: 780px;

}

td.layoutCell{
	padding: 5px;
	width: 780px;
	height: 100px;
	background: url('images/back_text1.jpg');
	vertical-align: top;
	color: #ffffff;
}

img.redLine{
    width: 880;
	height: 9;
}

/* ####### Company Table ####### */

table.coTable{
	border: outset 1px #f6f6f6; 
	width: 781px;
	margin: 5px;
}

table.singleCoTable{
	border: outset 1px #f6f6f6; 
	width: 25%;
	margin: 5px;
}

table.doubleCoTable{
	border: outset 1px #f6f6f6; 
	width: 50%;
	margin: 5px;
}

table.tripleCoTable{
	border: outset 1px #f6f6f6; 
	width: 75%;
	margin: 5px;
}

td.textCell{
	border: inset 1px #f6f6f6;
	text-align: center;
	width: 25%;
	vertical-align: top;
}	

a.linkText{
	color: #0000FF;
}

span.descripText{
	font-size: 12px;
}

/* ####### Bottom Links ####### */

a.bottomLinkText{
	font-size: 11px;
	font-family: tahoma;
}