body{
	margin:0px;
	background-color:silver;
}

.omct_head_desc{
	color: white;
	font-size: 28px;
	font-family: Times, Serif;
	text-align:right;
	background-color: rgb(250, 152, 29);
	padding:3px;
	}

.omct_footer{
	color:white;
	text-align:center;
	width:900px;
	background-color:rgb(55, 136, 139);
	padding:5px;
}

.previous{
	text-align:center;
	border:3px solid white;
	width:50%;
	background:rgb(55, 136, 139);
}

.next{
	text-align:center;
	width:50%;
		border:3px solid white;
	background:rgb(158, 204, 56);
}

.a_wht{
	color:white;
}

.videolink{
	background-color:rgb(158, 204, 56);
	font-size:16px;
	text-align:center;
	border:3px solid white;
}

.rometrip{
	color:white;
	background-color:rgb(55, 136, 139);
	font-size:16px;
	text-align:center;
	border:3px solid white;
}

.gform{
	background-color:rgb(240, 179, 16);
	font-size:16px;
	text-align:center;
	border:3px solid white;
}

#hlinks{
	position:absolute;

	top:255px;
	left:20px;
}

.pledge{
	background-color:rgb(250, 152, 29);
}

.table1{
	width:900px;
		background-color:rgb(255,255,255);
}



.note{
	color: dimgray;
	font-size: 10px;
	font-family: Verdana, Helvetica, Sans-Serif;
	text-align:right;
	font-weight:normal;
}


	
.advantages{
	position: relative;
	top:-100px;
	font-size:14px;
	color: black;
	font-family: Times, Serif;
	font-weight:bold;
	line-height:16px;
}

a.a-adv:link{
	color: rgb(55, 136, 139);
	font-size:16px;
}
a.a-adv:visited{
	color: rgb(55, 136, 139);
	font-size:16px;
}
a.a-adv:hover{
	color:dimgray;
	font-size:16px;
}
a.a-adv:active{
	color: rgb(55, 136, 139);
	font-size:16px;
}



.orange{
	color: rgb(250, 152, 29);
	}

.revorange{
	color: white;
	background-color:rgb(250, 152, 29);
	padding:3px;
}

.green{
	color: rgb(158, 204, 56);
}

.revgreen{
	color: white;
	background-color:rgb(158, 204, 56);
	padding:3px;
}
.blue{
	color: rgb(55, 136, 139);
}

.revblue{
	color: rgb(55, 136, 139);
}

.gold{
	color: rgb(240,179,16);
}