﻿/*-------------------------
CSS RESET
--------------------------*/

* { margin: 0; padding: 0; border: none; }
body { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: normal; font-size: 13px; color: #727272; background: #e7e7e7; }
ul { margin:0px; padding:0px 0px 0px 20px; list-style-type: disc; }
li { margin:0px; padding:0px; line-height: 23px;}
ol { margin:0px; padding:0px 0px 0px 20px; list-style-type: decimal; }
li { margin:0px; padding:0px; line-height: 23px; }
form { display: block; }
address { font-weight: normal; }
dl { font-weight: normal; }
ol { font-weight: normal; }
ul { font-weight: normal; }
blockquote { font-weight: normal; }
pre { font-weight: normal; }
p { font-weight: normal; }
address { margin: 0 0 1em 0; }
dl { margin: 0 0 0 2px; }
dl dd {
	margin:0;
	padding:0;
}
dt {
	font-size:14px;
	color:#55344A;
	padding:3px 0 0px 0;
}
ol { margin: 0 0 1em 0; }
ul { margin: 0 0 1em 0; }
blockquote { margin: 0 0 1em 0; }
pre { margin: 0 0 1em 0; }
p { margin: 0px; padding: 0px; font-size: 13px; color: #727272; line-height: 21px; }
xmp { padding: 15px; }
dfn { font-style: italic; }
em { font-style: italic; }
cite { font-style: italic; }
sup { position: relative; bottom: 0.3em; vertical-align: baseline; }
sub { position: relative; bottom: -0.2em; vertical-align: baseline; }
blockquote { margin-left: 1em; }
dd { margin-left: 1em; }
li { margin-left: 1em; }
textarea { font-size: 100%; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
var { font-size: 100%; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
tt { font-size: 100%; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
pre { font-size: 100%; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
samp { font-size: 100%; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
kbd { font-size: 100%; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
code { font-size: 100%; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
del { text-decoration: line-through; }
dfn { border-bottom: 1px solid #ccc; }
ins { border-bottom: 1px solid #ccc; }
sub { font-size: 85%; }
sup { font-size: 85%; }
small { font-size: 85%; }
acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; border-bottom-style: dotted; border-bottom-width: 1px; }
abbr { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; border-bottom-style: dotted; border-bottom-width: 1px; }
a acronym { border: none; }
a abbr { border: none; }
sup { vertical-align: super; }
sub { vertical-align: sub; }


h1 { font-size: 30px; font-weight: normal; color: #a7336b; padding: 0px 0 10px 0; margin: 0px;}
h2 { font-size: 25px; font-weight: normal; color: #a7336b; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;}
h3 { font-size: 21px; font-weight: normal; color: #a7336b; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;}
h4 { font-size: 18px; font-weight: bold; color: #a7336b; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
h5 { font-size: 16px; font-weight: bold; color: #a7336b; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
h6 { font-size: 14px; font-weight: bold; color: #a7336b; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }

h2#featured  {font-size : 25px; font-weight : normal; color: #a7336b; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }

a:visited { text-decoration: underline; color: #727272; }

a:link { text-decoration: underline; color: #727272; }

a { text-decoration: underline; color: #727272; }
a:hover { text-decoration: none; color: #000; }
a img { border: none; text-decoration: none; }

img { border: none; text-decoration: none; }

button {	cursor: pointer; }

label {	cursor: pointer; }
fieldset { border: none; }

.left {
	float:left;
}
