body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family:Georgia, Verdana, sans;
	background-color:white;
}

#main_gradient
{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	background-color:#ed217a;
	background-image:url(images/main_gradient.png);
}

form{
	padding:0px;
	margin:0px;
}

.screen_center{
	position:absolute;
	top:50%;
	left:50%;
}

.align_right{
	text-align:right;
}

.align_left{
	text-align:left;
}

.align_center{
	text-align:center;
}

.align_top{
	vertical-align:top;
}

table.align_center,a.align_center{
	margin-left:auto;
	margin-right:auto;
}

.bold{
	font-weight:bold;
}

.grey{
	color:#DDD;
}

.greybg{
	background-color:#DDD;
}

.pink{
	color:#ED217A;
}
.pinkbg{
	background-color:#ED217A;
}

.white{
	color:white;
}

.black{
	color:black;
}

.blackbg{
	background-color:black;
}

.s10{
	font-size:10px;
}

.s12{
	font-size:12px;
}

.s15{
	font-size:15px;
}

.s16{
	font-size:16px;
}

.s20{
	font-size:20px;
}

.s24{
	font-size:24px;
}

.input_text{
	
	color:white;
	background-color:#ED217A;
	border-style:none;
	
	/*
	border-style:solid;
	border-width:1px;
	border-color:#ED217A;
	*/
	font-size:10px;
}

.input_select{
	
	color:white;
	background-color:#ED217A;
	border-style:none;
	
	/*
	border-style:solid;
	border-width:1px;
	border-color:#ED217A;
	*/
	font-size:10px;
}

.input_submit{
	font-size:10px;
	border-style:none;
	background-color:white;
	color:#ED217A;
}

.input_submit:hover{
	color:white;
	background-color:#ED217A;
}

.w100px{
	width:100px;
}
.w20px{
	width:20px;
}
.w50px{
	width:50px;
}
.w200px{
	width:200px;
}

.w100pc{
	width:100%;
}

.link{
	background-color:white;
	color:#ED217A;
	text-decoration:none;
}

.link:hover{
	color:white;
	background-color:#ED217A;
}

.link_invert{
	color:white;
	background-color:#ED217A;
	text-decoration:none;
}

.link_invert:hover{
	background-color:white;
	color:#ED217A;
}

.smallcaps{
	font-variant:small-caps;
}

.show{
	display:block;
}

.hide{
	display:none;
}

.float_right{
	float:right;
}

.alert{
	position:relative;
	float:left;
	left:50%;
	display:block;
	background-image:url(images/alert_mini.png);
	width:16px;
	height:14px;
}

#title
{
	padding-top:30px;
	padding-bottom:20px;
}

.schoolname
{
	padding-bottom:20px;
	width:220px;
}

.list
{
	border-style:solid;
	border-width:1px;
	width:auto;
	border-color:#BBB;
	height:auto;
	color:#ED217A;
	padding:10px;
	background-image:url(images/main_gradient.png);
}

p.aname
{
	margin:0px;
}

p.ayear
{
	margin:0px;
	font-weight:bold;
}

p.acoms
{
	margin:0px;
	font-size:10px;
	color:#888;
}

.separator
{
	color:#ED217A;
	text-align:center;
}

.footer
{
	margin-top:20px;
	border-style:solid;
	border-width:1px;
	border-color:#BBB;
	padding:10px;
	background-image:url(images/main_gradient.png);
}

