a:link { 
margin: 2px;
padding: 0px 2px 0px 2px;
font-weight: bold;
cursor: pointer;
color: rgb(153,153,153);
text-decoration: none;
}
a:visited { 
margin: 2px;
padding: 0px 2px 0px 2px;
font-weight: bold;
cursor: pointer;
color: rgb(153,153,153);
text-decoration: none;
}
a:hover { 
margin: 2px;
padding: 0px 2px 0px 2px;
font-weight: bold;
cursor: pointer;
color: rgb(255,165,0);
text-decoration: none;
}

a:link.lightlink {
color: rgb(192,192,192);
}

a:visited.lightlink {
color: rgb(192,192,192);
}

a:hover.lightlink { 
color: rgb(255,165,0);
}

a:link.blacklink {
color: rgb(0,0,0);
}

a:visited.blacklink {
color: rgb(0,0,0);
}

a:hover.blacklink { 
color: rgb(255,165,0);
}

body{background:rgb(192,192,192);
font-family: Arial,Helvetica,sans-serif;
}
h1 {
color: rgb(192,192,192);
}
h1, h4, form{
	margin: 0px;
	padding: 5px;
}
p{
	margin: 0px;
	padding: 5px;
	text-align: justify;
}
img{
	border: none;
}
.linkleft{
float: left;
    }
.linkright{
text-align: right;
float: none;
 }
 
input,textarea{
	border: none;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-border-radius: 5px;
	}
	
div.cbl{
padding: 1%;
width: 98%;
}

strong {
color: rgb(255,165,0);
}

div.rounder1{ margin: 0 10%;background-color: rgb(153,153,153);}
div.rounder2{ margin: 0 10%;background-color: #F5F5F5;}
b.rtop1, b.rbottom1{display:block;background-color: rgb(192,192,192);}
b.rtop2, b.rbottom2{display:block;background-color: rgb(192,192,192);}
b.rtop1 b, b.rbottom1 b{display:block;height: 1px;overflow: hidden; background-color: rgb(153,153,153);}
b.rtop2 b, b.rbottom2 b{display:block;height: 1px;overflow: hidden; background-color: #F5F5F5;}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop1 b.r4, b.rbottom1 b.r4{margin: 0 1px;height: 2px}
b.rtop2 b.r4, b.rbottom2 b.r4{margin: 0 1px;height: 2px}
