body, p {
	color: #333333;
	direction: ltr;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 11px;
	line-height: 17px;
	margin: 0px;
    padding: 0px;
	unicode-bidi: embed;
}

p { 
	padding: 0px 0px 12px 0px; 
}

h1 {
	color: #336699;
	font-size: 22px;
	line-height: 20px;
	margin: 10px 0px 10px 0px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #ff9933;
	line-height: 20px;
	margin: 15px 0px 10px 0px;	
	padding-top: 0px;
}
h3 {
	font-size: 13px;
	color: #666;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	color: #999;
}
h5, .h5 {
	font-size: 14px;
	color: #999;
	font-weight: normal;
	margin: 0px 0px 8px 0px;
}
h6, .h6 {
	font-size: 12px;
	color: #999;
	font-weight: bold;
	font-style: italic; 
	margin: 0px 0px 3px 0px;
}

strong { color: #ff9933; }
.strongBlue {
   color: #6388ab;
   text-transform: uppercase;
   font-weight: bold;
}
.red { color: #ff0000; }
.blue { color: #336699; }
.orange { color: #ff9933; }
.bold { font-weight: bold; }

img { 
	border: none; 
}
table.nopad {
	border-collapse: collapse;
	margin: 0px 0px 0px -1px;
	padding: 0px;
}

a {
	cursor: pointer;
	color: #3b5998;
	-moz-outline-style: none;
	text-decoration: none;
}
a:hover  {
	text-decoration: underline;
}

input, select, textarea {
	border: 1px solid #ccc;
	padding: 4px;
	color: #444;
}
input.button {
	border: none;
	padding: 0px;
}
input.checkbox, input.radio {
    border: none;
}
.select {
    vertical-align: top;
}
.clear { 
	clear: both; 
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.message {
	border:1px solid #cccccc;
	border-width:1px 0px;
	color:#336699;
	font-size:13px;
	font-weight:bold;
	padding:10px;
}
