/********************************************/
BODY.home
{
	background-color:#808080;
}
BODY.cases
{
	background-image:url(../images/camel1.jpg);
	background-attachment:fixed;
}
BODY.contact
{
	background-color:#ffffff;
}
BODY.press
{
	background-image:url(../images/back.gif);
}

DIV.divNavigation
{
	text-align:center;
	padding:6px;
	margin:5px;
	width:300px;
}

DIV.divTopRight
{
	background-image:url(../images/topright.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/topright.png',sizingMethod='crop');
	width:200px;
	height:200px;
	position:absolute;
	top:0px;
	left:0px;
}


body, ul
{
	font-family:Tahoma;
	font-color:#FFFFFF;
	font-weight:bold;
	font-size:15;
}

li {
	padding: 4;
}

ul.cases
{
	list-style-image: url("images/bullet.gif");
	list-style-type: circle
}

ul
{
	list-style-type: circle
}

p
{
	text-align:justify;
}

.header
{
	font-size:18;
	text-align:center;
}

.bgnote
{
	padding:9;
	font-size:12;
	color:black;
	background-color:white;
	border-style: solid;
	border-color: #000000;
	border-width: thin;
	border-width:1;
	font-weight:bold;
}