.dormobilestyle	{
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF7C6;
			background-image: url(images/bg.gif);
			background-repeat: repeat;
			background-attachment: fixed;
			background-position: left top;
			}

table.standard	{
				border-width: 1px;
				border-style: solid;
				border-color: black;
				background-color: #FFF7C6;
				width: 800px;
				}
				
table.content	{
				border-width: 0px;
				background-color: #FFF7C6;
				background-repeat: no-repeat;
				background-position:center;
				}
				
table.header 	{
				border-top: 1px;
				border-left: 0px;
				border-bottom: 1px;
				border-right: 0px;
				border-style: solid;
				border-color: black;
				background-color: #000000;
				width: 100%;
				text-align: center;
				}
				
table.footer	{
				border-top: 1px;
				border-left: 0px;
				border-bottom: 0px;
				border-right: 0px;
				border-style: solid;
				border-color: black;
				background-color: #000000;
				width: 100%;
				text-align: center;
				}
			
font.invisible	{
				color: #FFF7C6;
				}

a.navbar:link     {color:#ffffff; text-decoration:none; background-color:#000000; font-weight:bold;}
a.navbar:visited  {color:#ffffff; text-decoration:none; font-weight:bold;}
a.navbar:active   {color:#ffffff; text-decoration:none; font-weight:bold;}
a.navbar:hover    {color:#f8e600; text-decoration:none; background-color:#000000; font-weight:bold;}

img.link		{
				border-style: none;
				vertical-align: middle;
				}
