/*--------------------------- CF9 Requirements - adjust as desired --------------------------------------*/

h1 { padding: 10px 0px; margin: 0px;  line-height:normal;}
h2 { padding: 10px 0px; margin: 0px;  line-height:normal;}
h3, h4, h5, h6 { padding: 10px 0px; margin: 0px; line-height:normal; }
p {	padding: 10px 0px 5px 0px; margin: 0px; line-height:normal; }
li { padding: 5px 0px 0px 0px; margin: 0px; line-height:normal; }
strong,b { font-weight:bold; }
em, i { font-style:italic; }
ul { margin-left:30px;list-style-type:disc;}
sup { font-size:80% }

/*--------------------------- normal styles.css as we are used to --------------------------------------*/

html {
	font-size : 100%;
	margin:0px;
}

body {
	font-style : normal;
	font-weight : normal;
	font-size : 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000000;
}



p {
	line-height: 200%;
}

img {
	border: none;
}

h1 {
	font-size: 200%;
	font-family: Georgia, Times;
	font-weight: normal;
	color: #cb181c;
	font-style: normal;
	letter-spacing:-1px;
}

h2 {
	font-family: Georgia, Times;
	font-size: 200%;
	font-weight : normal;
	color:#000000;
	margin-top:0px;
	padding:5px 0px 10px 0px;
	font-style: normal;
	letter-spacing:-1px;
}

h3 {
	font-family: Georgia, Times;
	font-size: 110%;
	font-weight : bold;
	color:#cb181c;
	font-style: normal;
}


/*-----------------------------------------------------------------*/

ul {
	margin:0px;
	padding:0px 0px 10px 20px;
	text-indent:0px;
	list-style:url(../images/li-arrows.gif);
}

li {
	padding:3px 0px;
	line-height: 200%;
}


/*-----------------------------------------------------------------*/

hr {
	border-top: 1px solid #cb181c;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: 100%;
	text-align: left;
}


/*-----------------------------------------------------------------*/

a {
	text-decoration: none;
	color: #cb181c;
}

a:active, a { outline: none; }

a:hover {
	text-decoration: underline;
}

input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.redtext {
	color:#cb181c;
}


.greybox {
	padding:5px 10px;
	background-color: #999;
	border: 1px solid #333333;
	margin-top:5px;
}

.lgreybox {
	padding:5px 10px;
	background-color: #d6d1d1;
	border: 1px solid #d02433;
	margin-top:5px;
}



.embed_image {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 8px 0 10px !important;
  margin: 10px 0 0 5px;
}

.embed_image img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 

