/* CSS Document */

body
{
	background-color:#326698;
	font-family:verdana;
	font-size:12px;
	text-align:left;
	margin:0px;
}

h1 
{
	font-family: Verdana;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin-bottom:5px;
}

h2 
{
	font-family: Verdana;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	/*line-height:1px;*/
}

h3 
{
	font-family: Verdana;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	margin-bottom:5px;
}

p 
{

}

.p_constitution
{
	text-indent:0px;
	margin-left:20px;
}

.p_caption
{
	font-family: Verdana;
	font-size: 11px;
	text-align:center;
}

hr
{
	height:1px;
}

a
{
	color:#0066CC;
	text-decoration:underline;
}

a:hover
{
	color:#FF0000;
	text-decoration:underline;
}

.footer
{
	font-family: Verdana;
	font-size: 11px;
	color:#FFFFFF;
}

.tbl_event
{
	border:1px;
	border-color:#000000;
	border-style:solid;
}

.Nav_Button_Text
{
	text-decoration:none;
	font-weight:bold;
}
.Nav_Button_Text:hover
{
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}


.Nav_Button
{
	text-align:center;
	border-style:solid;
	border-left-width:1px;
	border-left-color:#999999;
	border-top-width:1px;
	border-top-color:#999999;
	border-bottom-width:2px;
	border-bottom-color:#333333;
	border-right-width:2px;
	border-right-color:#333333;	
	border-color:#666666;
	background-color:#CCCCCC;
}

.Nav_Button:hover
{
	cursor:hand;
	background-color:#333333;
	color:#FFFFFF;
}

.txt_top_border
{
	border-top:#000000 solid 1px;
}	