			html,body{background-color:#cf0303;}
			html,body,div,p{
				display:block;
				margin:0;padding:0;
				font-size:12px;				
			}
			strong{font-weight:normal;}
			a,a:visited{
				color:#2785c2;
				/*text-decoration:none;*/
			}
			a:hover{
				text-decoration:none;
			}
			
			a strong,a:visited strong
			strong a,strong a:visited{
				color:#323232;
				text-decoration:none;
			}
			strong a:hover,
			a:hover strong{
				color:#8c8c8c;
				text-decoration:underline;
			}
			img{border:0;}
			.clear{position:relative;visibility:hidden;height:1px;clear:both;}
			.body{				
				background-image:url(../images/shadow.jpg);
				background-repeat:repeat-y;
				background-position:left;
			}
			.page{
				margin-left:17px;
				background-color:white;
				padding-bottom:72px;
			}
			.head{
				height:163px;
				text-align:right;
				background-color:#cf0303;
				background-image:url(../images/head_line.jpg);
				background-repeat:repeat-x;
				background-position:bottom;				
			}
			.head img{display:inline;}
			.top-menu{
				width:500px;
				float:right;
			}
			.top-menu *{
				vertical-align:middle;
			}
			.top-menu a img{

				margin-top:6px;
			}
			.top-menu a,
			.top-menu a:visited{
				display:block;
				width:auto;
				float:left;
				height:24px;
				margin:2px 5px;
				padding:0 10px;
			}
			.top-menu a:hover{
				background-image:url(../images/head_link_hover.jpg);
				background-repeat:repeat-x;
				background-position:bottom;
			}
			.shadow-line{
				background-image:url(../images/head_shadow.jpg);
				background-repeat:repeat-x;
				background-position:top;
				height:5px;
				
			}
			.title-shadow{
				width:17px;height:41px;	
				background-image:url(../images/title_shadow.jpg);
				background-repeat:repeat-y;
				margin:0px 0 0 -17px;	
				float:left;
			}
			.title{
				width:auto;height:41px;
				margin-top:10px;
				background-color:#f9dddd;
				background-image:url(../images/title-left.jpg);
				background-repeat:no-repeat;
				background-position:left;				
				float:left;
			}
			.title h1{
				height:32px;
				background-image:url(../images/title_end.jpg);
				background-repeat:no-repeat;
				background-position:right;				
				margin:0;
				padding:9px 30px 0 10px;
				font-family:Tahoma;
				font-size:18px;
				font-weight:normal;
				color:#a70e0e;
				float:left;
			}
			.page-content{
				padding:10px 10px 10px 45px;
				font-family:Tahoma;
				font-size:12px;
				line-height:20px;
				word-spacing:1px;
				color:#323232;
			}
			.footer{				
				position:relative;
				margin:-72px 0 0 17px;
				background-image:url(../images/footer_bg.jpg);
				background-repeat:repeat-x;
				background-position:left 72px;
				text-align:right;
				vertical-align:top;
			}
			
			/*Opera & Chrome FIX*/
			.opera .top-menu,.chrome .top-menu{
				position:absolute;
				z-index:99;
				right:0px;
			}
