a {
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

p, ol, li, td, tr {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10;
	margin-bottom: 5;
}

ul {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
}

.input_element {
	background-color: #FFFFFF;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	color: #333333;
	font-family: Tahoma;
	font-size: 8pt;
	width: 100px;
}

.mnu_element {
	color: #333333;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

.mnu_title {
	color: #333333;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

.sub_mnu_element{
	color: #333333;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

.req{
	color: #178EFF;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

.mainPageTitle {
	color: #000000;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bolder;
	margin-top: 0;
	margin-bottom: 0;
}

a.mainPageTitle {
	color: #000000;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bolder;
	margin-top: 0;
	margin-bottom: 0;
}

a:hover.mainPageTitle {
	color: #000000;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bolder;
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: underline;
}

.mainPageContent {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

.newsItemTitle{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	font-weight: bolder;	
}

.newsItemDate{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

.newsItemContent{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

.memberList{
	margin-top: 5px; 
	margin-bottom: 0;
}

.mainPageSubTitle {
	color: #000000;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
}

a.newsTitle {
	color: #000000;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.newsTitle {
	color: #000000;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.inputTextArea {
	 BACKGROUND-COLOR: #ffffff;
    BORDER-BOTTOM: #3399cc 1px solid;
    BORDER-LEFT: #3399cc 1px solid;
    BORDER-RIGHT: #3399cc 1px solid;
    BORDER-TOP: #3399cc 1px solid;
    COLOR: #3399cc;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 8pt;
	WIDTH: 400px;
	border-left-width: 3px;
	padding-left: 2px;
}

.inputText150
{   BACKGROUND-COLOR: #ffffff;
    BORDER-BOTTOM: #3399cc 1px solid;
    BORDER-LEFT: #3399cc 1px solid;
    BORDER-RIGHT: #3399cc 1px solid;
    BORDER-TOP: #3399cc 1px solid;
    COLOR: #3399cc;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 8pt;
	WIDTH: 150px;
	border-left-width: 3px;
	padding-left: 2px;
}

.inputErr150
{   BACKGROUND-COLOR: #FFCACA;
    BORDER-BOTTOM: #FF5757 1px solid;
    BORDER-LEFT: #FF5757 1px solid;
    BORDER-RIGHT: #FF5757 1px solid;
    BORDER-TOP: #FF5757 1px solid;
    COLOR: #3399cc;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 8pt;
	WIDTH: 150px;
	border-left-width: 3px;
	padding-left: 3px;
}

.formButton {
    BACKGROUND-COLOR: #78B7D7;
    BORDER-BOTTOM: #3399cc 1px solid;
    BORDER-LEFT: #3399cc 1px solid;
    BORDER-RIGHT: #3399cc 1px solid;
    BORDER-TOP: #3399cc 1px solid;
	 COLOR: #ffffff;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 11px;
	 FONT-WEIGHT: bold;
    HEIGHT: 18px;
    WIDTH: 81px;
    CURSOR: HAND;
}


.err {
	font-family: Tahoma;
	font-size:11px;
	color: #FF4500;
	font-weight:bold;
}


