/* Main Juvefc.com CSS Document */

/***** Document Body & Table Style *****/

body
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#ffffff;
	line-height: 1.7;
	background-image: url(images/bg_body.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

table
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#333333;
	line-height: 1.7;
}


/***** Links *****/

a:link{
	font-size: 12px;
	color:#333333;
	text-decoration: none;
}

a:visited{
	font-size: 12px;
	color:#333333;
	text-decoration: none;
}

a:hover{
	font-size: 12px;
	color:#333333;
	text-decoration: underline;
}

/***** Standard Links *****/

a.standard:link{
	color:#000;
	font-size: 12px;
	text-decoration: underline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
		line-height: 1.7;
}

a.standard:visited{
	color:#000;
	font-size: 12px;
	text-decoration: underline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
		line-height: 1.7;
}

a.standard:hover{
	color:#000;
	font-size: 12px;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
		line-height: 1.7;
}


/***** Comment Links *****/

a.comment:link{
	color:#333;
	font-size: 12px;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
		line-height: 1.7;
}

a.comment:visited{
	color:#333;
	font-size: 12px;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
		line-height: 1.7;
}

a.comment:hover{
	color:#333;
	font-size: 12px;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
		line-height: 1.7;
}




/***** White Links *****/

a.white:link{
	color:#f8f8f8;
	font-size: 12px;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;

	text-decoration: none;
}

a.white:visited{
	color:#f8f8f8;
	font-size: 12px;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;

	text-decoration: none;
}

a.white:hover{
	color:#f8f8f8;
	font-size: 12px;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;

	text-decoration: underline;
}




/***** Article Links *****/


a.article:link{
	color:#333333;
	font-size: 14px;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

a.article:visited{
	color:#333333;
	font-size: 14px;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

a.article:hover{
	color:#333333;
	font-size: 14px;
	text-decoration: underline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}



a.footer:link{
	color:#333333;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	text-decoration: none;
}

a.footer:visited{
	color:#333333;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-decoration: none;
}

a.footer:hover{
	color:#333333;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-decoration: none;
}



/***** Menu Link *****/

a.menulinksmall:link{
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 14px;
	color:#f8f8f8;
	text-decoration: none;
	padding-bottom:8px;
	padding-top:8px;
	background-image: url(images/bg_menu_over.png);

}

a.menulinksmall:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 14px;
	color:#f8f8f8;
	text-decoration: none;
	padding-bottom:8px;
	padding-top:8px;
	background-image: url(images/bg_menu_over.png);


}

a.menulinksmall:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 14px;
	color:#f8f8f8;
	text-decoration: none;
	padding-bottom:8px;
	padding-top:8px;
	background-image: url(images/bg_menu_small.png);
}

/***** Menu Link Active *****/

a.menuactivesmall:link{
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 14px;
	color:#f8f8f8;
	text-decoration: none;
	padding-bottom:8px;
	padding-top:8px;
	background-image: url(images/bg_menu_small.png);
}

a.menuactivesmall:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 14px;
	color:#f8f8f8;
	text-decoration: none;
	padding-bottom:8px;
	padding-top:8px;
	background-image: url(images/bg_menu_small.png);

}

a.menuactivesmall:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 14px;
	color:#f8f8f8;
	text-decoration: none;
	padding-bottom:8px;
	padding-top:8px;
	background-image: url(images/bg_menu_over.png);
}


/***** Menu Link Medium *****/

a.menulinkmed:link{
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 14px;
	color:#f8f8f8;
	text-decoration: none;
	padding-bottom:8px;
	padding-top:8px;
	background-image: url(images/bg_menu_med_over.png);
}

a.menulinkmed:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 14px;
	color:#f8f8f8;
	text-decoration: none;
	padding-bottom:8px;
	padding-top:8px;
	background-image: url(images/bg_menu_med_over.png);


}

a.menulinkmed:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 14px;
	color:#f8f8f8;
	text-decoration: none;
	padding-bottom:8px;
	padding-top:8px;
	background-image: url(images/bg_menu_med.png);
}

/***** Menu Link Medium Active*****/

a.menuactivemed:link{
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 14px;
	color:#f8f8f8;
	text-decoration: none;
	padding-bottom:8px;
	padding-top:8px;
	background-image: url(images/bg_menu_med.png);
}

a.menuactivemed:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 14px;
	color:#f8f8f8;
	text-decoration: none;
	padding-bottom:8px;
	padding-top:8px;
	background-image: url(images/bg_menu_med.png);
}

a.menuactivemed:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 14px;
	color:#f8f8f8;
	text-decoration: none;
	padding-bottom:8px;
	padding-top:8px;
	background-image: url(images/bg_menu_med_over.png);
}


/***** Menu Link Large *****/

a.menulinklarge:link{
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 14px;
	color:#f8f8f8;
	text-decoration: none;
	padding-bottom:8px;
	padding-top:8px;
	background-image: url(images/bg_menu_large_over.png);
}

a.menulinklarge:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 14px;
	color:#f8f8f8;
	text-decoration: none;
	padding-bottom:8px;
	padding-top:8px;
	background-image: url(images/bg_menu_large_over.png);


}

a.menulinklarge:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 14px;
	color:#f8f8f8;
	text-decoration: none;
	padding-bottom:8px;
	padding-top:8px;
	background-image: url(images/bg_menu_large.png);
}


a.menuactivelarge:link{
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 14px;
	color:#f8f8f8;
	text-decoration: none;
	padding-bottom:8px;
	padding-top:8px;
	background-image: url(images/bg_menu_large.png);
}

a.menuactivelarge:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 14px;
	color:#f8f8f8;
	text-decoration: none;
	padding-bottom:8px;
	padding-top:8px;
	background-image: url(images/bg_menu_large.png);

}

a.menuactivelarge:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 14px;
	color:#f8f8f8;
	text-decoration: none;
	padding-bottom:8px;
	padding-top:8px;
	background-image: url(images/bg_menu_large_over.png);
}



/***** Headers *****/


.head1{
	font-size: 12px;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

.head2{
	font-size: 14px;
	color:#333333;	
}

.head3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#333333;	
	font-weight: bold;
}

.head4{
	font-family:Tahoma, "Times New Roman", Times, serif;
	font-size: 10px;
	color:#333333;	
}

.head5{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#333333;	
}

.head6{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#333333;	
}

.head7{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#f8f8f8;	
}



.home_featured{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	padding-left: 20px;
}

.home_article{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;

}

.home_articletext{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5;
}



/***** Tables *****/

.table01{
	border: 1px dotted #919191;
}

.table02{
	border: 1px solid #cccccc;
}

.table03{
	border: 1px dotted #cccccc;
	background-color: #FBFBFB;
}

.table04{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#333333;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 5px;
}

.table04{
	background-color: #f8f8f8;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C8C9C8;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #C8C9C8;
}

