body{
			color:#000000;
			background-color:#FFFFFF
}

td{
			font-size:small;
			color:#000000;
}

li {
			font-size:small;
			line-height:1.5em;
}

p{
			font-size:small;
			line-height:1.5em;
}

.boxheader {
			border: thin solid #999999;
			border-width: 1px 1px 0px 1px;
			margin:0;
			padding:3px;
			color:#000000;
			font-size:1.1em;	
			font-weight:bold;
			background-color:#cccccc;
}

.boxheader-sky {
			border: thin solid #A7C2DD;
			border-width: 1px 1px 1px 1px;
			color:#000000;
			margin:0;
			font-size:1.3em;	
			font-weight:bold;
			background-color:#A7C2DD;
			padding:2px
}

.boxheader-mini {
			border: thin solid #999999;
			border-width: 1px 1px 0px 1px;
			color:#000000;
			margin:0;
			font-size:1.2em;	
			background-color:#cccccc;
			padding:3px
}

.boxmain{
			border: thin solid #999999;
			border-width: 1px 1px 1px 1px;
			margin:0;
			padding:3px;
			font-size:small;
			color:#000000;
			background-color:#eeeeee
}

.boxmain-noline{
			border: thin solid #999999;
			border-width: 1px 1px 0px 1px;
			margin:0;
			padding:3px;
			font-size:small;
			color:#000000;
			background-color:#eeeeee
}

.headerlogo{
			border: thin solid #999999;
			border-width: 1px 1px 1px 1px;
			margin:0;
			padding:3px;
			color:#000000;
			background-color:#ffffff
}

.boxform{
			border: thin solid #999999;
			border-width: 1px 1px 1px 1px;
			margin:0;
			padding: 5px;
			color:#000000;
			background-color:#cccccc
 }

textarea.formbox {
			border: thin solid #999999;
			border-width: 1px 1px 1px 1px;
			color:#000000;
			background-color:#ffffff

}

.r-border {
			border-right-width: 1px;
			border-right-style: dashed;
			border-right-color: #999999;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #999999;
			color:#000000;
			background-color:#FFFFFF
}

.rr-border {
			border-right-width: 1px;
			border-right-style: solid;
			border-right-color: #999999;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #999999;
			color:#000000;
			background-color:#FFFFFF

}

.d-border {
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #999999;
			color:#000000;
			background-color:#eeeeee

}


.mark{
			font-weight:bold;
			color:#ff6600;
			background-color:#FFFFFF

}
.markgray{
			font-weight:bold;
			color:#ff6600;
			background-color:#eeeeee

}

.markgraybig{
			font-weight:bold;
			color:#ff6600;
			font-size:1.3em;	
			background-color:#eeeeee

}

a:link{
			text-decoration:none;
			color:#0000CC
}
a:visited{
			text-decoration:none;
			color:#CC00CC
}
a:active{
			text-decoration:none;
			color:#CC0000
}
a:hover{
			text-decoration:underline;
			color:#CC0000
}


