/* CSS Document */

.body-white {
		margin-top:0px; margin-left:0px; 
		margin-right:0px; margin-bottom:0px;
		background-color:#ffffff;
}

.body-blue {
		margin-top:20px; margin-left:0px; 
		margin-right:0px; margin-bottom:20px;
		background-color:#284a8f;
		scrolling:no;
}

.body-brown {
		margin-top:0px; margin-left:10px; 
		margin-right:0px; margin-bottom:0px;
		background-color:#940700;
}

#content
{
	width: 190px;
	height: 250px;
	line-height: 150%;
}

/* CSS BOX */

#container
{
	margin: 0px auto;
	width: 190px;
}

.td-iframe {
	padding-right:5px;
}

/* CSS Text */

.txt-model {
		font-family:"Trebuchet MS", Tahoma, Arial;
		font-size:16px; font-weight:bold; color:#940700;
		text-decoration:none;
}
.txt-model A {
		font-weight:bold; color:#940700; text-decoration:none;
}
.txt-model A:hover {
		font-weight:bold; color:#dc0a00; text-decoration:none;
}
.txt-content {
		font-family:"Trebuchet MS", Tahoma, Arial;
		font-size:11px; font-weight:normal; color:#666666;
		text-decoration:none;
}
.txt-content A {
		font-weight:normal; color:#333333; text-decoration:none;
}
.txt-content A:hover {
		font-weight:normal; color:#999999; text-decoration:none;
}
.txt-content-bold {
		font-family:"Trebuchet MS", Tahoma, Arial;
		font-size:11px; font-weight:bold; color:#666666;
		text-decoration:none;
}
.txt-content-bold A {
		font-weight:bold; color:#333333; text-decoration:none;
}
.txt-content-bold A:hover {
		font-weight:bold; color:#999999; text-decoration:none;
}
.txt-content-bold-white {
		font-family:"Trebuchet MS", Tahoma, Arial;
		font-size:11px; font-weight:bold; color:#ffffff;
		text-decoration:none;
}
.txt-footer {
		font-family:"Trebuchet MS", Tahoma, Arial;
		color:#000000; font-weight:normal; font-size:11px;
		text-decoration:none;
}
.txt-footer A {
		font-weight:normal; text-decoration:none; color:#000000;
}
.txt-footer A:hover {
		font-weight:normal; text-decoration:none; color:#666666;
}
.txt-copyright {
		font-family:"Trebuchet MS", Tahoma, Arial;
		color:#CCCCCC; font-weight:normal; font-size:11px;
		text-decoration:none;
}
.txt-copyright A {
		font-weight:normal; text-decoration:none; color:#CCCCCC;
}
.txt-copyright A:hover {
		font-weight:normal; text-decoration:none; color:#999999;
}
.txt-left-navigation-bold {
		font-family:"Trebuchet MS", Tahoma, Arial;
		color:#CCCCCC; font-weight:bold; font-size:11px;
		text-decoration:none;
}
.txt-left-navigation-bold A {
		font-weight:bold; text-decoration:none; color:#CCCCCC;
}

.txt-left-navigation-bold A:hover {
		font-weight:bold; text-decoration:none; color:#ffffff;
}
.txt-left-navigation {
		font-family:"Trebuchet MS", Tahoma, Arial;
		color:#FFFFFF; font-weight:bold; font-size:11px;
		text-decoration:none;
}
.txt-left-navigation A {
		font-weight:normal; text-decoration:none; color:#CCCCCC;
}
.txt-left-navigation A:hover {
		font-weight:normal; text-decoration:none; color:#ffffff;
}
.txt-spacing {
	margin-top:0px; margin-bottom:15px;
	}
.btn-spacing {
	margin-top:4px; margin-bottom:4px;
	}

/* CSS Form */

.form-textfield {
		font-family:"Trebuchet MS", Tahoma, Arial;
		color:#666666; width:180px; height:20px;
		font-size:12px; font-weight:normal;
}
.form-textarea {
		font-family:"Trebuchet MS", Tahoma, Arial;
		color:#666666; width:180px; height:70px;
		font-size:12px; font-weight:normal;
}

/* CSS Table */

.td-content {
		background-image:url(../images/bg-content.jpg);
		background-repeat:repeat-y;
}
.td-products {
		background-image:url(../images/bg-products.jpg);
		background-repeat:repeat-y;
}

/* CSS Bullets */

.bul-plus {
	background-image:url(../images/sym-plus.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding:1px, 0px, 1px, 20px;
	font-family:"Trebuchet MS", Tahoma, Arial;
	color:#CCCCCC; font-weight:bold; font-size:11px;
	text-decoration:none;
}
.bul-plus a {
	font-family:"Trebuchet MS", Tahoma, Arial;
	color:#CCCCCC; font-weight:bold; font-size:11px;
	text-decoration:none;
}
.bul-plus a:hover {
	font-family:"Trebuchet MS", Tahoma, Arial;
	color:#FFFFFF; font-weight:bold; font-size:11px;
	text-decoration:none;
}
.bul-minus {
	background-image:url(../images/sym-minus.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding:20px, 0px, 0px, 0px;
}
.link-inside {
	font-family:"Trebuchet MS", Tahoma, Arial; 
	font-size:11px; 
	line-height:18px; 
	color:#CCCCCC;
	text-decoration:none; 
	font-weight:bold
}
.link-inside A {
	font-family:"Trebuchet MS", Tahoma, Arial; 
	line-height:18px; 
	text-decoration:none; 
	font-weight:bold
	color:#CCCCCC;
}
.link-inside A:hover {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:11px; 
	line-height:18px; 
	text-decoration:none; 
	font-weight:bold
	color:#ffffff;
}
