<!--
html, body
{
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	height: 100%;
        link: #008080; 
	vlink: #008080; 
	alink: #FFEE00;
}

a:link { 
	color: #008080;
	text-decoration: none;
	}
a:visited { 
	color: #008080;
	text-decoration: none;
	}
a:hover { 
	color: #BD3661;
	text-decoration: underline;
	}
a:active { 
	color: #008080;
	text-decoration: none;
	}

.copynotice {
	font-family: Tahoma; color: #9a9a9a; font-size: 8pt;
	text-align: center;
	margin: 20px;
}

.copynotice a {
	color: #9a9a9a;
}

#motioncontainer a img { /*image border color*/
	border: 1px solid #9a9a9a;
	margin: 5px;
	text-align: center;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
}

#motioncontainer a:hover img { /*image border hover color*/
	border: 1px solid #ffffff;
	margin: 5px;
	filter: alpha(opacity=100);
	-moz-opacity:1;
}

#motioncontainer a:hover {
	color: red; /* Dummy definition to overcome IE bug */
}

#maincontainer {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.divider {
	background-color: #000000;
}

.left_middle_block {
	text-align: right;
	width: 20%;
	background-color: #666666;
        padding: 2px 0px;
}

.right_middle_block {
	width: 80%;
	background-color: #666666;
	padding: 2px 0px;
}

.divider {
	height: 2px;
	margin: 0px;
	padding: 0px;
}

#bottomblock {
	width: 100%;
	padding: 1px 0px;
}

html>body #bottomblock { /*Child Selector Hack, hides this from ie*/
	background: #333333 url(images/pn_03.png) repeat top center;
}

#topblock {
	width: 100%;
	padding: 1px 0px;
}

html>body #topblock { /*Child Selector Hack, hides this from ie*/
	background: #333333 url(images/pns_03.png) repeat-x bottom center;
}

.title { font-family:Gautami; font-weight:bold; font-size:18pt; color:white; text-align:left; margin:20px; }
.subtitle { font-family:Arial; font-weight:bold; font-size:12pt; color:white; text-align:left; margin:10px; }


.bottommenu { font-family:Arial; font-weight:bold; font-size:10pt; color:#008080; }
.middlelink { font-family:Arial; font-weight:bold; font-size:10pt; color: #D2D2D2; }
.blocktitle { font-family:Arial; font-weight:bold; font-size:15pt; color: #D2D2D2; }
.sidequote { font-family:'Georgia'; font-style:italic; font-weight:bold; font-size:12pt; color: #EEEEEE; }

.thimg {
	border: 3px solid #9a9a9a;
}

#imgContainer {
	margin: 3px;
	float: left;
}

#imgTextContainer {
	padding: 3px;
	background-color: #a3a3a3;
}

.desc { font-family: Tahoma; color: #000000; font-size: 9pt; }

//-->
