/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 13px/1.5 Helvetica, Arial, FreeSans, sans-serif;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

a.whitelink:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a.whitelink:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a.whitelink:hover {
	color: #000000;
	text-decoration: underline;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/


/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

p
{
	overflow: hidden;
	text-align: left;
	padding-bottom: 15px;
	line-height: 140%
}



h1
{
	font-weight: normal;
	text-align: left;
	color: #c00000;
	font-size: 170%
}

h2
{
	font-weight: bold;
	text-align: left;
	color: #c00000;
	font-size: 140%;
}

h3
{
	font-weight: normal;
	text-align: left;
	color: #c00000;
	font-size: 120%;
	line-height: 120%;
}

h4
{
	font-weight: normal;
	text-align: left;
	color: #999999;
	font-size: 90%;

}

.hometxt {
	font-size: 140%;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 180%
}

.purpletxt {
	color: #6603b3;
}


.client_list{
	border-top: 1px solid #CCCCCC;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 90%;
	
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{

}