.awesome, .awesome:visited {
	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: #3980AC; color:#ffffff; font-weight:bold;}
.blue.awesome:hover							{ background-color: #3300ff; color:#ffffff; font-weight:bold;}
.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; }

table.black-line, table.black-line tr, table.black-line td
{
	border:1px solid #000000;
	border-collapse:collapse;
}

table.heavy-black-line, table.heavy-black-line tr, table.heavy-black-line td
{
	border:24px solid #000000;
	border-collapse:collapse;
	padding:0px;
}

.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;
}

@media print
{
	input.noPrint
	{ 
		display: none;
	}
}

