body		{
		color: #000000;
		font-family: arial, sans serif;
		font-size: 10px;
		font-weight: normal;
		background-color: #3D5B71;
		background-image: url("imgs/bg.jpg");
		background-position:Top Left;
		background-attachment:fixed;
        background-repeat:repeat;
		margin: 0px 0px 0px 0px;
		}
		
table.fixedbg		{
		background-position:top center;
		background-attachment:fixed;
        background-repeat:no-repeat;
		margin: 0px 0px 0px 0px;
		}
		

.body		{
		color: #000000;
		font-family: arial, sans serif;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
		}

.body-white		{
		color: #FFFFFF;
		font-family: arial, sans serif;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
		}

.footer		{
		color: #000000;
		font-family: arial, sans serif;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		align: center;
        valign: middle;
        }
		
img		{
		border-color: #ccb27f;
        }

a		{
		color: #ccb27f;
		text-decoration: none;
		}

a:hover		{
		color: #AC8A48;
		text-decoration: none;
		}

.floatright	{
		float: right;
        margin: 10px 10px 10px 10px;
        padding: 0px;
		}

.hiddenPic	{
		display: none;
		}
        
