body {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;	
}
h1, h2, h3 {
	font-weight: bolder;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
/**
  * LINKS
  */
a {
	font-weight:bold;
	text-decoration: none;
}
a:ACTIVE, a:LINK {
	color: #325ab5;
}
a:HOVER, A:HOVER:VISITED  {
	text-decoration: underline;
}
A:HOVER:VISITED, a:VISITED {
	color: 	#ab1f2c;
}

.errors {
	color:#FF0000;
}
/**
  * BANNERS
  */
#center .banner {
	width: 500px;
	height: 212px;
	border: 0px;
}
#right .banner {
	width:190px;
	border: 0px;
}
/**
  *	HEADER
  */
#header #top_parts li#phone{
	font-size: 25px;
}
/**
  *	FOOTER
  */
#footer {
	text-align: center;
	font-size: 13px;
}
#footer td {
	text-align: left;
}

.title {
	font-size:12px;
	color:#000000;
	font-weight:bolder;
}
	
.quotation {
	background-color:#D8D8D8 ;
	text-decoration: inherit;
	text-shadow: gray;
	font-style: italic;
	font-weight: normal;
	font-size: large;
}
.code {
	background-color:#D8D8D8 ;
	text-decoration: inherit;
	text-shadow: gray;
	font-style: italic;
	font-weight: normal;
}
.quote {
	font-family: fantasy;
}
.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	line-height: 14px;
}
.list li {
	padding-left: 13px;
	background-image: url('../images/bullet.jpg');
	background-repeat: no-repeat;
	background-position: 0 .2em;
}

