/* CSS Document */

body {
background-color:#ffffff;
margin-top:0;
margin-bottom:1px;
height: 100%;
text-align:center;
}
div#test {height: 100%;}
table.center {margin-left:auto; margin-right:auto; align:center; text-align:center;}
td {
	font-family: arial, sans-serif;
	font-size:14px;
	color:#333;
	text-align:left;
}
p {
	margin-top:0;
	text-align: left;
}

.content { font-family: arial, sans-serif; font-size:14px; color:#333333;}
.bold {
	font-family: arial, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	text-align: left;
}
.header { font-family: arial, sans-serif; font-size:15px; color:#4c6e8a; font-weight:bold;}

a:link {
	color: #4c6e8a;
	background: transparent;
	text-decoration: none;
	text-align: left;
}
a:visited { color: #4c6e8a; background: transparent; text-decoration: none; }
a:active { color: #4c6e8a; background: transparent; text-decoration: underline; }
a:hover {
	color: #4c6e8a;
	background: transparent;
	text-decoration: underline;
	text-align: left;
}

.bgwhite {background-color:#ffffff;}
.bgborderleft {background-color: #4c6e8a;}
.bgborderight {background-color: #4c6e8a;}
.bgheader {background-color: #dee4de;}
}

.horitzonalline { border-bottom-width: thin; border-bottom-style: dashed; border-bottom-color: #333333; }
.bgblue {background-color:#4c6e8a;}
.bggreen {background-color:#009900;}

form {
	padding: 0;
	margin: 0;
	
}	
table.line { border:1px solid #666666; }
.bgdot {
	background-image: url(images/gray_dot_h.gif);
	background-repeat: repeat-x;
}
.boldital {
	font-family: arial, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	font-style: italic;
}
.BC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.italic {
	font-family: arial, sans-serif;
	font-size:13px;
	color:#333333;
	font-style: italic;
}
.smallcontent {
font-family: arial, sans-serif; font-size:11px; color:#333333;
}
.bgpurple {
	background-color:#9966ff;
}
.bgdkgreen {
background-color:#006600;
}
.bgmembers {
	background-color:#009900;
	background-image: url(images/ymenu-bottom.gif);
	background-repeat: repeat-y;
}
.bgpurplemenu {
	background-color:#9966ff;
	background-image: url(images/ymenu-bottom.gif);
	background-repeat: repeat-y;
}
.center7 {
	text-align: center;
}
