html, body {
	margin: 0;
	padding:0;
	width:100%;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	line-height: 19px;
	color: #424242;
}
* {
	margin: 0;
	padding: 0;
}
/* GENERIC */

H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height:23px;
	color: #424242;

}
H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #424242;
}
H3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #424242;
}
H4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #424242;
}
H5, DT {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #424242;
}
H6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #424242;
}
TFOOT, THEAD {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
}
TH {
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #424242;
}
A:link {
	text-decoration: none;
	color: #3299bb;
	outline:none;
}
A:visited {
	text-decoration: none;
	color: #3299bb;
}
A:hover {
	outline:none;
	text-decoration: underline;
	color: #3299bb;
}
A:active {
	text-decoration: none;
	color: #3299bb;
}
SMALL {
	font-size: 10px;
}
BIG {
	font-size: 14px;
}
BLOCKQUOTE, PRE {
	font-family: Lucida Console, monospace;
}
HR {
	color: #696969;
	height: 1pt;
	text-align: left;
}

ul {
	padding:0;
	margin-left:25px;
	font-family:Arial, Helvetica, sans-serif;
}

li {
    list-style-type:disc !important;
    margin-bottom:5px;
}


li a:link {
	color:#3299bb !important;
}

ol li {
	list-style-type:decimal !important;
    margin-left:30px;
}

img {
	border: 0;
}

p { margin-bottom:15px;}

p, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
}
form {
	height:100%;
}

.FloatLeft {
	float:left;
}

.FloatRight {
	float:right;
}

.MarginBottom10 {
	margin-bottom:10px;
}

.TwitterHolder {
	margin:-10px 0 0 0;
	padding:0;
}

a.twtr-join-conv {
	font-family:Arial, Helvetica, sans-serif !important;
}

a.twtr-join-conv:hover{
	font-family:Arial, Helvetica, sans-serif !important;
	color:#3299bb !important;
}

.noMargin { margin:0 !important; }

.blue { color:#3299bb !important; }

.Normal, .NormalDisabled {
font-family:Arial, Helvetica, sans-serif !important;
font-size:inherit;
font-weight:normal;
}
