@charset "utf-8";
/* CSS Document */
a, abbr, acronym, address, applet, article, aside, audio,b, blockquote, big, body,center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt,em, embed,fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html,i, iframe, img, ins,kbd,keygen,label, legend, li, meter,nav,object, ol, output,p, pre, progress,q, s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,u, ul,var
{border: 0 none;margin: 0;padding: 0;border: 0;outline: 0;vertical-align: top; }

body{background:#800000;
	font:normal normal 14px/20px Arial, Helvetica, sans-serif;
	color:#fff5eb;
	}
	
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
table, table td {padding:0;border:none;border-collapse:collapse;}
img {vertical-align:top; border:none; }
embed { vertical-align:top;}
.wrap{border:0;clear:both; float: none;font-size:1px; height:0; line-height:1px; margin:0;padding:0; visibility:hidden;}
.yellow
	{color:#FFD700;}
h1
	{color:#FFD700;
	font-size:30px;
	font-weight:bold;
	text-align:right;
	margin:20px 0 0 0;
	}
h2
	{font-size:17px;
	font-weight:bold;}
h3
	{color:#89e901;
	font-size:20px;
	font-weight:bold;
	margin:38px 0 0 0;}
	
h4
	{color:#f8d7d7;
	font-size:18px;
	font-weight:bold;
	margin:28px 0 0 0;}

h5
	{color:#fff5eb;
	font-size:20px;
	font-weight:bold;
	height:30px;
	margin:0 0 0 0;}
	
h6
	{color:#FFD700;
	font-size:25px;
	font-weight:bold;
	margin:28px 0 0 0;}
	
	
p
	{text-align:justify;
	-webkit-font-smoothing: antialiased !important;}
.left
	{float:left;}
.right 
	{float:right;}
	
/** LINK**/	
a {color:#fff; text-decoration:underline;}
a:hover {color:#ccc;}
/**/
.gray
	{color:#373737;}
a.gray
	{color:#373737;}
a.gray:hover
	{color:#c13039;}
/**/
.red
	{color:#c13039;}
a.red
	{text-decoration:none; color:#c13039;}
a.red:hover
	{color:#373737;}
/****/
.opacity {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
   }
.opacity:hover {opacity: 0.5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}

a.more
	{width:131px;
	height:37px;
	background:url(../images/more.jpg) no-repeat 0 0;
	padding:0px 114px 21px 17px;
	/**/
	.opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";}
   
a.more:hover {opacity: 0.5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}

a.link1
	{color:#c13039;
	font-weight:bold;}
a.link1:hover
	{color:#333;