BODY {
	background-color : #FFFFCC;
	margin : 0;
}
A.text{
	color : #006600;
	text-decoration : none;
	font-weight : bold;
	border : 1px solid #CC6600;
	padding : 0px 3px;
	background : #CC6600;
}
A.textw{
	color : #006600;
	text-decoration : none;
	font-weight : bold;
	border : 1px solid #FFFFCC;
	padding : 0px 3px;
	background : #CC6600;
}
A.textw:HOVER {
	font-weight : bolder;
	background : #FF9933;
}
A.text:HOVER {
	font-weight : bolder;
	background : #FF9933;
}
TABLE.clear {
	border : none;
	margin : 0;
	padding : 0;
	width : 100%;
}
TABLE.frame {
	border: 2px #CC6600 solid;
	background-color : #CC6600;
}
TABLE.adm {
	border : 2px solid #CC6600;
}
H1 {
	text-align : right;
	color : #006600;
}
H2 {
        margin-left : 0.2cm;
}
TD.text {
	padding : 0cm 0.2cm;
}
IMG {
	border : 0;
        margin : 0;
}
IMG.intextr {
        float : right;
        margin : 0.2cm;
}
IMG.intextl {
        float : left;
        margin : 0.2cm;
}
IMG.ltcorner {
        position : absolute;
        top : 58px;
        left : 130px;
        height : 126px;
        width : 125px;
}
IMG.rbcorner {
        position : absolute;
        top : 58px;
        left : 130px;
}
TABLE.menu {
        position : absolute;
        left : 0;
        top : 184;
        width : 130;
	background-color : #CC6600;
	border : none;
	margin : 0;
	padding : 0;
}
P {
        text-indent : 1cm;
        text-align : justify;
}
P.left {
        text-indent : 1cm;
        text-align : left;
}
P.right {
        text-indent : 1cm;
        text-align : right;
}
.borderTop {
	border-top: rgb(204, 102, 0) solid 1px;
}
.borderBottom {
	border-bottom: rgb(204, 102, 0) solid 1px;
}