@charset "utf-8";
/* CSS Document */

#bodyContent{
	padding:20px;
}
#mainBody #bodyContent {
	padding:10px 10px;
}

h3#title{
	padding-bottom:20px;
}
.breadcrumb, .paging{
	padding-bottom:5px;
	font-size:11px;
}
.breadcrumb a, a.paging{
	text-decoration:none;
	color:#FFC677;
}
.breadcrumb a:hover, a.paging:hover{
	text-decoration:underline;
	color:#FF990F;
}

#subgroups a, .listRow a{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFC677;
}
#subgroups a:hover, .listRow a:hover{
	text-decoration:underline;
	color:#FB9100;
}
.listRow .date, .listRow a.more, .listRow a.more:hover{
	font-size:11px;
}
.listRow a, .listRow a:hover, .listRow .title{
	font-size:16px;
}
