/*** Style sheet for www.camcosolutions.net ***/
/*Colors: #3333FF(Light Hard Blue), #6699FF(Light Azure Blue), #FFFF00(Yellow) */

/********** General Styles **********/
html{
}

body{
margin:0;
}

/* Table */
table.body{
}

/********** Content Panes **********/
td.top{
padding:0;
background-color:#6699FF;
text-align:center;
}

td.left{
background-color:#FFFF00;
color:#3333FF;
width:150;
border-right:thin solid #3333FF;
border-bottom:thin solid #3333FF;
font-weight:bold;
height:600;
vertical-align:top;
padding:5;
}

td.content{
background-color:white;
vertical-align:top;
padding:10;
}

td.bar{
background-color:#3333FF;
}

td.qual{
padding:10;
}

td.contacthead{
vertical-align:top;
text-align:right;
font-weight:bold;
}

/********** Headings **********/
td.head1{
font-size:larger;
font-weight:bold;
text-align:center;
}

td.head2{
font-weight:bold;
}

/********** Anchors **********/
a.leftnav:link{
text-decoration:none;
color:#3333FF;
}

a.leftnav:visited{
text-decoration:none;
color:#3333FF;
}

a.leftnav:hover{
color:black;
}

/********** Lists **********/
ul{
list-style-image:url(images/bullet.gif);
}

/********** Formatting **********/

.member{
font-style:italic;
}

table.sic{
border:thin solid #3333FF;
width:500;
}

tr.sichead{
background-color:#6699FF;
font-weight:bold;
}

tr.alt{
background-color:#FFFF33;
}
