/* BODY */
.columnOne {
	text-align:right;
}
body{
	background-color: #FFFFFF;
	margin: 30 0 0 0;
}

/* FONTS */
body, a, td, div, p, span, input, select, textarea{
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #434343;
}
.white{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

/* LINKS */
a{
	color: #434343;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #434343;
	text-decoration: underline;
}
a.white, a.white:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.m{
	font-size: 11px;
	font-family: Helvetica;
	font-weight: bold;
	text-decoration: none;
	color: #707070;
}
a.m:hover{
	text-decoration: underline;
}

/* TABLE */
.designtable{
	border-width: 0px; 
	border-collapse: collapse;
}
table.wide{
	width: 100%;
	border-width: 0px; 
	border-collapse: collapse;
}
table.submenu{
	position:absolute; 
	left:0px; 
	top:0px; 
	z-index:1; 
	display: none;
	background-color: #FFFFFF;
	border: 1px solid #888888;
}


/* TD */
td{
	padding: 0 0 0 0;
	color: #434343;
}
td.menu{
	text-align:right; 
	border-bottom: 1px dashed #CCCCCC; 
	padding: 5px;
	padding-right: 0px;
}
td.logo{
	background-image:url(images/logo_bg.jpg);
}
td.slogan{
	text-align: right;
	padding-right: 10px;
	height: 29px;
	color: #FFFFFF;
}
td.slogannew{
	text-align: right;
	padding-right: 10px;
	height: 29px;
	color: #FFFFFF;
}
td.columnOne{
	width:140px;
	padding-top: 65px;
	vertical-align: top;
}
td.submenu{
	padding:5px;
	border-bottom: 1px dashed #CCCCCC;
}
td.header{
	background-image:url(images/cat_bg.jpg);
	height: 55px;
	text-indent: 15px;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #39415B;
	padding-top: 20px;
}

/* INPUT */
input.search{
	width:100px; 
	font-size:11px;
	border: 1px solid #134882;
}
input.mail{
	width:140px; 
	font-size:11px;
	border: 1px solid #999999;
	text-align: right;
}
input.button{
	width:50px; 
	height:17px; 
	background-color:#3B70AA; 
	color: #FFFFFF; 
	font-size:11px; 
	border:1px outset #6BA0DA;
}
input.buttonLight{
	width:70px; 
	height:17px; 
	background-color:#3B70AA; 
	color: #FFFFFF; 
	font-size:11px; 
	border:1px outset #6BA0DA;
}

/* IMAGES */
img{
	border: 1px solid #696969;
}
img.simple{
	border: 0px;
}
.quotes {
	color: #434969; 
	font-size:12px; 
	font-weight: bold;
}
.justy {
	text-align: justify;
}
