/* CSS Document 	*/
/* default classes for all elements*/

body, div, dl, dt, dd, ul, li, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p 
{ 
	padding: 0;
	margin: 0;
}

fieldset, img 
{ 
	border: 0;
}

table 
{
	border-collapse: collapse;
}

address, caption, cite, code, dfn, th, var 
{
	font-weight: normal;
	font-style: normal;
}

caption, th 
{
	text-align: left;
}

h1
{
}

h2, h3, h4, h5, h6, p, li, ol 
{
	font-weight: normal;
	font-size: 100%;
}

h5
{
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding: 10px 10px 5px 5px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin-right: 5px;
}


q:before, q:after 
{
	/*content: ''; */
}

abbr, acronym 
{
	border: 0;
}

p, li, ol
{
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999999;
}
td, th
{
	color:#999999;
	font-size: 90%;
	vertical-align:top;
}

a 
{
	color: #333333;
}

input
{
	width:190px;
}

select
{
	width:190px;
}




















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

