html, body, #wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	align: center
}
#wrapper {
	margin: 0 auto;
    text-align: left;
    vertical-align: middle;
	height: 100%;
}

img			{
				border-color:#989898;
			}

a			{	FONT-FAMILY: Arial;
				FONT-SIZE: 12px;
				COLOR: #666666;
				TEXT-DECORATION: underline;
				font-weight : normal;
			}

a:hover
			{	FONT-FAMILY: Arial;
				FONT-SIZE: 12px;
				COLOR: #ca1f3e;
				TEXT-DECORATION: underline;
				font-weight : normal;
			}
					
.menu				{	
						font-family:Arial;
						font-size:14px;
						color:#b91c2b;
						text-decoration:none;
					}
					
.menu a				{	
						font-family:Arial;
						font-size:14px;
						color:#b91c2b;	
						text-decoration:none;
					}
					
.menu a:hover		{	
						font-family:Arial;
						font-size:14px;
						color:#000000;
						text-decoration:none;
					} 

.border				{
						background-image:url(../images/border.jpg);
						background-repeat:repeat-y;
					}
						
.content			{	
						font-family:Arial;
						color:#6d6d6d;
						line-height:16px;
						font-size:12px;
					}

table				{	
						font-family:Arial;
						color:#6d6d6d;
						line-height:16px;
						font-size:12px;
					}
					
.datum				{	
						font-family:Arial;
						color:#6d6d6d;
						line-height:12px;
						font-size:10px;
					}					
					
.content_bg			{
						background-color:#f7f7f7;
						padding-left:25px;
						font-size:10px;
						
					}	

.news_head			{	font-family:Arial;
						font-size:17px;
						padding-top:27px;
						color:#b91c2b;
					}	

.divider			{	background-repeat:repeat-y;
						background-position:center;
						background-image:url(../images/imgs_08.jpg);
					}

hr					{	color:#c0c0c0;
						height:1px;
					}
						
h1					{	font-family:Arial;
						font-size:17px;
						padding-top:27px;
						color:#b91c2b;
					}					

h2					{	font-family:Arial;
						font-size:14px;
						line-height:16px;					
						color:#b91c2b;
					}	
					
h3					{	font-family:Arial;
						font-size:12px;
						line-height:12px;					
						color:#6d6d6d;
						font-weight:bold;
						margin:0px;
					}							

ul					{	padding:0px 0px 0px 0px;
						margin:0px 0px 0px 0px;
					}

li					{	padding:0px 0px 0px 27px;
						margin-top:0px;
						list-style-type:circle;
						list-style:inside;
					}					
										
.header				{	background-image:url(../images/imgs_04.jpg);
						background-repeat:no-repeat;
					}

.menubg				{	background-image:url(../images/imgs_07.jpg);
						background-repeat:no-repeat;
					}
