/* index */
* {margin: 0; padding: 0; border: none; text-decoration: none}
body {
	background: url(../images/bg_blue.gif);
	background-repeat: repeat;
	height: 2px;
	font: 12px arial, sans-serif;
	text-align: left;
	color: #333;
}
#container {
	width: 230px;
	margin: 0 auto;
}
/* not in use

#header {
	height: 105px;
	background: url(../images/hd_bg2_953x105.gif) no-repeat;
}
#footer {
	background: url(../images/ft_953x39.gif) no-repeat;
	height: 39px;
	clear: both;
}
#navigation {
	float: right;
	margin-top: -65px;
	padding-right: 20px;
	clear: both;
}
*/
/* not in use: top menu
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 52px;
	margin-right: 0em;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: 0px;
	height: 52px;
	background-repeat: no-repeat;
}
.home {background-image: url(../images/b_hom2.gif); width: 49px;}
.home a {background-image: url(../images/b_hom1.gif);}
.about {background-image: url(../images/b_abo2.gif); width: 49px;}
.about a {background-image: url(../images/b_abo1.gif);}
.services {background-image: url(../images/b_ser2.gif); width: 49px;}
.services a {background-image: url(../images/b_ser1.gif);}
.examples {background-image: url(../images/b_exa2.gif); width: 49px;}
.examples a {background-image: url(../images/b_exa1.gif);}
.contact {background-image: url(../images/b_con2.gif); width: 49px;}
.contact a {background-image: url(../images/b_con1.gif);}
ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
 */
/* global stuff */
H4.xlrg {font-size: 18pt; 
		font-family: arial;
		color: #333;
}
H3.lrg {font-size: 15pt; 
		font-family: arial;
		color: #333;
}
H2.medRed {font-size: 14pt; 
		font-family: arial;
		color: #870A0A;
		text-align: left;
}
H2.med {font-size: 14pt; 
		font-family: arial;
		color: #333;
}
h2.uline {text-decoration: underline;
		font-size: 9pt; 
}
H1.sm {font-size: 12pt; 
		font-family: arial;
		color: #333;
}
p.xlrg {font-size: 16pt; 
		font-family: arial;
		color: #333;
}
p.lrg {font-size: 14pt; 
		font-family: arial;
		color: #333;
}
p.med {font-size: 13pt; 
		font-family: arial;
		color: #333;
}
p.sm {font-size: 11pt; 
		font-family: arial;
		color: #333;
}
p.xsm {font-size: 10pt; 
		font-family: arial;
		color: #333;
}
p.addrsm {font-size: 9pt; 
		font-family: arial;
		color: #8d8d8d;
		line-height: 120%;
		border-top-style: solid;
		border-top-color: #cccccc;
		border-top-width: thin;
}
p.addrmed {font-size: 12pt; 
		font-family: arial;
		color: #333;
		line-height: 175%;
}
p.sigt {font-size: 8pt;
	font-family: arial;
	color: #6C7B8B;
}
p.solid {border-style: solid;
	border-color: #bebebe;
	border-width: 1px 1px 1px 1px;
	background-color: #D4E5FD;
}
p.title {font-size: 15pt;
	color: #ffffff;
	font-weight: 900
}
p.text1 {font-size: 10pt;
	font-family: arial;
	color: #6C7B8B;
}
a:link, a:visited {color: #333333; 
		text-decoration: underline;
}
a:hover {color: #870A0A;
}
ul.square {list-style: square inside url('../images/bg_red1.gif');
line-height:18px;
font-size:12;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
}
a.btmnav:link, a.btmnav:visited {color: #333333;
	text-decoration: none;
}
a.btmnav:hover {color: #870A0A;
	text-decoration: none;
}
/* columns */
#fullcol {
	width: 220px;
	float: left;
	margin-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
