/* CSS Document */

body {
margin: 10px 0 0 0;
padding: 0;
background: #ccc;
text-align: center;			/* Part 1 of 2 of centering hack */
}

/*#footer {
position: relative;
top: 0px; left: 0px;
margin: 0px auto;
padding: 0;
width: 756px;
text-align: center;
background-color: #D7DEE0;
color: #666
}*/


.linesep {
margin: 10px 0 0;
padding: 0 4px 5px;
list-style-type: none;
font-size:12px;
}

.linesep li {
/*border-bottom: 1px solid #C9D1E4;
background-color: #fff;*/
margin: 0 -4px;
padding: 0.2em 4px;
}

.linesep li a { 
margin/**/:/**/  -0.2em -4px;
padding/**/:/**/  0.2em 4px;
display: block;
}

* html>body .linesep li a {
margin: -0.2em -4px;
padding: 0.2em 4px;
}

img.border {
border-width: 1px;
border-color: #C5CFD4;
}

img.noborder {
border-width: 0px;
}

h4 img, 
p img {
vertical-align: middle;
margin-right: 0.35em
}

.hide {      		/* For use in alternate style sheets to hide display */
display: none;
}

img {      			/* To remove Gecko spacing problem with images */
display: block;
}

.inline {      		/* Use inline class override global image rule set above*/
display: inline;
border-width: 0px;
}

br.clear-both, 
div.clear-both,
br.clear-left, 
div.clear-left {
font: 1px/1px monospace;
display: block
}

.clear-both {
clear: both
}

.clear-left {
clear: left
}

table tr td tbody {
font-size: 11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
border:1px;
border-color:#000000;
padding:none;
}

#img-cntr {
text-align:center;
margin: 5px auto 5px 13px;
}

.nodisc {
	list-style:none;	
}
