@charset "utf-8";
/* CSS Document */
/*
This is a 960 framework width system and below is a list of the fractions for quick reference@
960 - 1 column
480 - 2 columns
240 - 4 columns
120 - 8 columns
60 - 16 columns
30 - 32 columns

Site measurements

960 - header
180 / 780 - navigation - advert panel
180 / 600 / 180 - main page with 2 columns
960 - footer

*/


body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.input-small {
	font-size: 12px;
}

.input {
	font-size: 12px;
	width: 60%;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 60%;
}
h1{
	font-size:12px;
	line-height: normal;
}

h2{
	font-size:12px;
	font-weight: bold;
}

h3{
	font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
}

h4{
font-size:19px
}

h5{
font-size:17px
}

h6{
font-size:15px
}

ol{
list-style:decimal
}

ul{
	list-style-image: url(../images/arrow_white.png);
	list-style-type: none;
	list-style-position: outside;
	line-height: 15px;
}
ul2{
	list-style-image: url(../images/arrow.png);
	list-style-type: none;
	list-style-position: outside;
	line-height: 15px;
}

li{

margin-left:20px
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{
}	
