.awesome, .awesome:visited {
	background: #222 url(/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 2px 0px 2px 0px; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.awesome:hover							{ background-color: #111; }
.awesome:active							{ top: 1px; }
.small.awesome, .small.awesome:visited 		{ font-size: 10pt; font-family: arial; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 	{ font-size: 13px; line-height: 1; }
.large.awesome, .large.awesome:visited 		{ font-size: 14px; padding: 8px 14px 9px; }

.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
.green.awesome:hover						{ background-color: #749a02; }
.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
.blue.awesome:hover							{ background-color: #007d9a; }
.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
.red.awesome:hover							{ background-color: #872300; }
.magenta.awesome, .magenta.awesome:visited	{ background-color: #a9014b; }
.magenta.awesome:hover						{ background-color: #630030; }
.orange.awesome, .orange.awesome:visited	{ background-color: #ff5c00; }
.orange.awesome:hover						{ background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited	{ background-color: #ffb515; }
.yellow.awesome:hover						{ background-color: #fc9200; }
.grey.awesome, .grey.awesome:visited		{ background-color: #bebebe; }
.grey.awesome:hover							{ background-color: #d2d2d2; }


.ministry 
{
 	font-family: arial;
	font-size: 12pt;
	font-weight:bold;
}

.title 
{
 	font-family: arial;
	font-size: 10pt;
	background: black;
	color:white;
}

.content 
{
 	background:#F5DEB3;
	font-family: arial;
	font-size: 10pt;
}

ul.pdf
{
	list-style-type:none;
	list-style-image:url('../Images/pdf_file_wheat.bmp');
	
}

.mainExpand 
{
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	margin: 18px 0px 18px 0px;
}


.texter
{
	display:none;
	padding-left:18px;
	text-align:justify;
}


.orgClass{background:#BD4A31; font-family:arial; color:white;}
.orgClass2{background:white; font-family:arial; color:black;}
