﻿* {
		margin: 0;
		padding: 0;
	}
		
	html, body {
		background: url(images/body_bk.gif) repeat-y 50% 0 #042538;
        /*background: url(images/body_bk.gif) repeat-y 50% 0 #b2b7bb;*/
		width: 100%;
		height: 100%;
		}
	
	body, table {
		font-family: Arial, Helvetica, san-serif;
		font-size: 12px;
		color: #7b7e81;
		line-height: 18px;
		}
		
	p {
		margin: 15px 0;
		text-align: justify;
		}
	A.gray
	{
		color: #425e89;
		text-decoration: none;
        font-family:Tahoma;
        font-size: 9pt;
	}
	A.gray:visited
	{
		color: #425e89;
		text-decoration: none;
	}
	A.gray:hover
	{
		color: #3f89c3;
		text-decoration: none;
	}