/* CSS Document */

body {
	background-image: url(images/bg_stripe_02.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 100px;
	
}
#std_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding: 5px;
	display: block;
	text-align: center;
	width: 312px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity: 0.60;
	margin-right: auto;
	margin-left: auto;
}
#std_link:hover {
	font-weight: normal;
	color: #069;
	text-decoration: none;
	background-color: #FFFFFF;
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	opacity: 0.99;
}
#std_link span{
	font-size: 15px;
}
#std_link:hover span{
	font-size: 15px;
	text-decoration: underline;
}
.main_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	border: 7px solid #AEDAFB;
	margin-top: 5px;
}

p {
	margin-bottom: 0px;
	padding-bottom: 6px;
	margin-top: 0px;
	padding-top: 6px;
}
