/* 
Style Sheet for coda consulting group
January 2006
*/

body {
	margin-top:  0px;
	margin-left: 0px;
	margin-bottom:  0px;
	margin-right: 0px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 16px;
}

p, blockquote, br, span, ol, ul, li, dl tr, th, td, thead, tfoot, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 16px;
}

p, blockquote, br, span, ol, ul, li, dl tr, th, td, thead, tfoot {
	font-size: 11px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #C00000;
	line-height: 22px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #002E57;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #002E57;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #002E57;
}

A:LINK  {
        text-decoration : underline;
        color : #A10A2E0F1AAA
        /*color : #3D5286;*/
}

A:VISITED  {
        text-decoration : underline;
        color : #0F1AAA;
}

A:HOVER  {
		text-decoration : underline;
        color : #0F1AAA;
}

img { 
    border:0;
}

a.nav2:link, a.nav2:visited {
	color: #ffffff; 
	text-decoration: none;
	font-weight: bold;
    BACKGROUND: url(../images/triangle.gif) no-repeat 2px 2px; 
	text-indent: 10px;
	font-size: 10px;
}

a.nav2:hover {
	color: #EEC02F;	text-decoration: none;
	font-weight: bold;
	BACKGROUND: url(../images/triangle_over.gif) no-repeat 2px 2px; 
	text-indent: 10px;
	font-size: 10px;
}

a.nav2-hlt:link, a.nav2-hlt:hover, a.nav2-hlt:visited {
	color: #EEC02F;
	text-decoration: none;
	font-weight: bold;
    BACKGROUND: url(../images/triangle_over.gif) no-repeat 2px 2px; 
	text-indent: 10px;
	font-size: 10px;
}

a.nav3:link, a.nav3:visited {
	color: #ffffff; 
	text-decoration: none;
	padding: 0px 0px 0px 20px;
	font-size: 9px;
}

a.nav3:hover {
	color: #89B6D6;	text-decoration: none;
	text-indent:310px;
	font-size: 9px;
}

.small {
	font-size:11px;
}

.tiny {
	font-size:10px;
}

.large {
	font-size: 14px;
}

.redfont {
	color: #BD0A0A;
}

.bluefont {
	color: #002E57;
}

.whitefont {
	color: white;
}

.leftquotes {
	margin-top : 15px;
	margin-bottom : 15px;	
	margin-left : 12px;
	margin-right : 12px;
	color: white;
}

.mainpage {
	margin-top : 25px;
	margin-bottom : 35px;	
	margin-left : 25px;
	margin-right : 20px;
}

.copyright {
	color: #606060;
	font-size:10px;
}


.error {
	color: #FF0000;
	font-size: 10px;
}