/* CSS Document */
/* Allgood main styles */
/* Author: RealityHouse */

* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
body {
	font-size: 100%;  /* 11px equivalent */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 15px 10px;
	text-align: left;
}
h1 {
	font-size: 1.1em;
	line-height: 140%;
	margin: 10px 0 15px 0;
	font-weight: normal;
	background-image:url(../images/design/h1_arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}
h2 {
	font-size: 0.7em;
	line-height: 1.5em;
	margin-bottom: 1.2em;
/*	background-image: url(../images/design/nav_arrow_black.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;					*/
}
h3 {
	font: bold 0.6em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #E2A700;
	margin-bottom: 0.5em;
}
p {	
	font-size: 0.7em;
	line-height: 140%;
	margin-bottom: 15px;
}
a:link {
	text-decoration: underline;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #E2A700;
}

abbr:hover{
	cursor: help;
}

ul, ol {
	font-size: 0.7em;
	margin: 0 0 16px 36px;
	padding: 0 30px 0 0;
}
ul {
	list-style: square;
	list-style-image: url(../images/design/bullet.gif);
	margin-left: 18px;
}
ol {
	list-style: decimal;
}
ul li, ol li {
	padding-bottom: 5px;
}
ul ul, ol ul, ol ol, ul ol {
	font-size: 1em;
	margin-top: 10px;
}
ul ul ul, ol ol ol {
/*	font: 0.9em Tahoma, Arial, Helvetica, sans-serif;			*/
	margin-top: 10px;
}

table {
	margin-bottom: 16px;
}
table td {
	font: 0.7em Arial, Helvetica, sans-serif;
}
table th {
	text-align: center;
	font: bold 0.7em Arial, Helvetica, sans-serif;
}

.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
.headingLine {
	background-image: url(../images/design/bkg_menubase.gif);
	background-position:bottom;
	background-repeat: repeat-x;
	padding: 12px 0 4px 0;
	margin: 0 0 3px 0;
}
.noMargin {
	margin-bottom: 0;
	padding-bottom: 0;
}
.floatLeft {
	float: left;
	margin-right: 16px;
}
.floatRight {
	float: right;
	margin-left: 16px;
}
.txtSmall {
	font-size: 0.6em;
	line-height: 1.2em;
}
.txtLarge {
	font-size: 1em;
	font-weight: bold;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.red {
	color: #FF0000;
}