
div, span, img, ul, li { 
	behavior: url(/resources/styles/png.htc);
}

.png {
	background-image: none !important;
	behavior: url(/resources/styles/png.htc);
	/*behavior: url(/resources/styles/png-ie-fix.htc);*/
}

html, body {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #cecece; /*#dedfe0;*/
	background-color: #000; /*#231f20;*/
}

form, input, textarea {
	margin: 0px;
	padding: 0px;
}

input { 
	vertical-align: middle;
}

img {
	border: 0px;
	display: inline;
}

ul {
	margin: 0px;
	padding: 0px;
}

ul li {
	margin: 0px;
	padding: 0px;
}

ol {
	
}

ol li {
	
}

em {
	
}

div {
	font-size: 11px;
}

p { 
	margin: 0px 0px 10px 0px;
	line-height: 150%;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

h1 { 
	font-size: 16px;
	color: #cecece; /*#d9dbdc;*/
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
}

h2 { 
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	margin: 5px 0px 15px 0px;
}



/* links */
a:link, 
a:visited, 
a:active {
	text-decoration: underline;
	color: #cecece; /*#dedfe0;*/
}
a:hover,
a:visited:hover {
	text-decoration: none;
	color: #cecece; /*#dedfe0;*/
}




.uppercased { 
	text-transform: uppercase !important;
}

.underlined { 
	text-decoration: underline !important;
}

.italic { 
	font-style: italic !important;
}

.bold { 
	font-weight: bold !important;
}

.normal { 
	font-weight: normal !important;
}

.justify { 
	text-align: justify !important;
}

.center { 
	width: 100%;
	text-align: center !important;
}

.left { 
	text-align: left !important;
}

.right { 
	text-align: right !important;
}

.hidden { 
	display: none;
}

.nohidden { 
	display: ;
}

img.left {
	float: left;
	margin: 0px 30px 5px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 5px 30px;
}

.centered {
	margin: 0px auto 0px auto;
	padding: 0px auto 0px auto;
}

.res {!important;
padding:600px;
margin:800px;
  
}
   
