/* CSS Document */

body{
	margin:0px;
	padding:0px;
	line-height: 120%;
}

.header{
	font-size:small;
	color:white;
}
.lh120{
	line-height:120%;
}
.pink{
	color:#FF00FF;
}
.red{
	color:#FF0000;
}
.blue{
	color:#4269B5;
}
.fontlarge{
	font-size:large;
}
.fontsmall{
	font-size:small;
}
.lm{
	margin-left:5px;
}
.privacytitle {
	font-size: small;
	font-weight: bold;
}
.privacycontent {
	font-size: x-small;
	line-height: 130%;
}#header1 {
	color: #FFF;
	background-color: #C00;
	height: 17px;
	font-size: small;
	padding-top: 3px;
	padding-left: 6px;
}
#header2 {
	height: 46px;
	margin-top: 6px;
	margin-bottom: 6px;
}
#header3 {
	background-color: #C00;
	height: 24px;
}
#container {
	width: 800px;
	background-image: url(/image/menu_bg.gif);
	float: left;
}
#menu {
	width: 189px;
	padding-top: 10px;
	height: 100%;
	float: left;
}
#menu_privacy {
	color: #369;
	padding: 4px;
}
#content {
	width: 600px;
	float: right;
	margin-top: 24px;
}
#footer1 {
	background-color: #C00;
	height: 2px;
	clear: left;
}
#footer2 {
	text-align: right;
	width: 800px;
	margin-top: 6px;
}

