@charset "UTF-8";
body {
	background-color: #c1deec;
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}

.headline_graphic {
	margin: 15px 0 -15px 0;
}

h1 {
	font-size: 1em;
	font-weight: bold;
	color: #4b2c15;
}

h2 {
	font-size: .9em;
	font-weight: bold;
	color: #4b2c15;
}

h3 {
	font-size: .85em;
	font-weight: bold;
	color: #4b2c15;
}

p {
	font-size: .75em;
	line-height: 1.3em;
}

a:link   {
	color: #0066CC;
	outline: none;
}
a:visited   {
	color: #666666;
	outline: none;
}
a:hover   {
	color: #4b2c15;
	outline: none;
}
a:active  {
	color: #4b2c15;
	outline: none;
}
.textfooter {
	font-size: 0.55em;
	line-height: 0.7em;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

.textbody {
	color: #FF6633;
}

.textform {
	line-height: .5em;
	color: #0066FF;
}

.textdescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	color: #999;
	font-style: italic;
}

ul  {
	font-size: 0.75em;
	list-style-type: square;
	line-height: 1.3em;
	margin: 0 0 1em 20px;
}
li li  {
	font-size: 1.35em;
	margin-left: -0.5em;
	list-style-type: circle;
	line-height: 1.3em;
}


ol    {
	font-size: 0.75em;
	line-height: 1.3em;
	margin: 0 0 1em 20px;
}

a.special:link     {
	color: #666666;
	text-decoration: none;
}
a.special:visited     {
	color: #000000;
	text-decoration: none
}
a.special:hover    { color: #fff; text-decoration: none }

a.special:active     { color: #fc6; text-decoration: none }

.cushycms {
}

.homeintro {
	font-size: .9em;
	line-height: 1.4em;
	font-weight: bold;
	color: #4b2c15;
}
.homeintro li {
	list-style-type: square;
	margin-bottom: .9em;
}


/*  FORM STYLES - START */

form#signup {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	text-align: right;
	color: #fff;
}
#signup table {
	border-collapse: collapse;
	border: 0;
	text-align:center; 
	margin-left:auto; 
	margin-right:auto; 
	width:155px;
}
#signup td {
	padding: 0 0 10px 0;
	text-align: right;
}
#signup input {
	 background-color: #666699;
}
#signup select {
	 background-color: #fff;
	 color: #ffffff;
}
#signup textarea {
	 background-color: #e8b3be;
	 color: #ffffff;
}
#signup .textbox {
	width: 100px;
	background-color: #E4CD92;
	border: 1px solid #fff;
	margin-left: 5px;
}
#signup .buttons {
	background-color: #3366CC;
	color: #fff;
	padding: 2px;
}

/*  FORM STYLES - END */
