.footer {
	font-size: 12px;
	color: #FFFFFF;
}
.banner1 {
	font-size: 14px;
	padding-top: 3px;
	padding-left: 50px;
	height: 31px;
	font-weight: bold;
	background:  url(../images/bg_banner.gif) no-repeat;
}
.content {
	font-size: 12px;
	line-height: 150%;
}
.bigfont {
	font-size: 14px;
	line-height: 150%;
}
td.border_notop {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #B2CCFC;
	padding: 15px;
}
td.border_full {
	border-width: 1px;
	border-style: solid;
	border-color: #B2CCFC;
}
td.border_underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2CCFC;
}
td.border_rightline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B2CCFC;
}
td.border_rightunderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2CCFC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B2CCFC;
}
td.banner2 {
	background:  url(../images/title2.gif) no-repeat;
	padding-left: 20px;
	font-size: 14px;
	font-size: 14px;
	font-weight: bold;
	height: 31px;
}
a:link { 	
	color: #194995;
	text-decoration: none;
}
a:visited { color: #194995; text-decoration: none;}
a:hover { color: #194995; text-decoration: underline;}
a.underline:hover {color: #194995; text-decoration: underline;}
a.noline:link { color: #194995; text-decoration: none}
a.noline:visited { color: #194995; text-decoration: none}
a.noline:hover {color: #194995; text-decoration: none}
a.arial:link { color: #194995; text-decoration: none; font-family: "Arial", "Helvetica", "sans-serif";}
a.arial:visited { color: #194995; text-decoration: none; font-family: "Arial", "Helvetica", "sans-serif";}
a.arial:hover { color: #194995; text-decoration: underline; font-family: "Arial", "Helvetica", "sans-serif";}

td {
	color: #333333;
	font-family: "Verdana";	
}

p {
	color: #333333;
	font-family:"Verdana";	
}

a.white:link, a.white:visited, a.white:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none
}
a.black:link, a.black:visited, a.black:hover {
	font-size: 12px;
	color: #333333;
	text-decoration: none
}

a.smallfont:link, a.smallfont:visited, a.smallfont::hover {
	font-size: 10px;
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #333333;
	text-decoration: none
}
.unselected:hover {
	background-color: #B2CCFC;
}
.selected {
	background-color: #B2CCFC;
}
.lineheight120 {

	font-size: 12px;
	line-height: 120%;
}
.lineheight120_arial {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 120%;
}
.smallfont {
	font-size: 10px;
	line-height: 150%;
}
.arial {
	font-size: 12px;
	line-height: 150%;
	font-family: "Arial", "Helvetica", "sans-serif";
}
td.border_underline2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #194995;
}
.disc_menu {
background: url(../images/menu_itemline.gif) no-repeat 0px 3px;
padding-left: 15px;
padding-right: 15px;
font-family: "Arial", "Helvetica", "sans-serif";
}
.disc_content { padding-left: 25px }

table.grayborder {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

table.grayborder td {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #CCCCCC;
	font-size: 12px;
	line-height: 150%;
}

td.grayborder {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

img.blueborder {border: 2px solid #B2CCFC}

img.grayborder {border: 2px solid #CCCCCC}

.thumbImageBBS{ 
width:expression(this.width > 320 && this.width > this.height ? 320 : true); 
height: expression(this.height > 240 ? 240 : true);
}

.thumbImagePIC{ 
width:expression(this.width > 320 && this.width > this.height ? 320 : true); 
height: expression(this.height > 240 ? 240 : true);
}