BODY, TD, PRE {
	font-family: verdana;
	font-size: 11px;
	color: black;
	text-align: left;
	background-color:#FAEDCE;
}

.justify{
	text-align: justify;
}

.center{
text-align : center;
}

A {
 color: black;
}

.header {
	font-size: 16px;
	font-weight: bold;
}

.header2 {
	font-size: 14px;
	font-weight: bold;
}

.copy {
	font-size: 10px;
	color: #505050;
}

.description {
	font-size: 10px;
	padding-left: 22px;
	color: #505050;
}

.pageslink{
	color: #505050;
	font-weight: bold;
	text-decoration: none;
}

A.pageslink{
	text-decoration: underline;
}

A.pageslink:hover{
	text-decoration: none;
}

.submenu{
	color: black;
	text-decoration: none;
}

A.submenu{
	text-decoration: underline;
}

A.submenu:hover{
	color: #505050;
}

a.submenu_act{
	color: #505050;
	text-decoration: underline;
}

.link{
	text-decoration: none;
}

A.link{
	text-decoration: underline;
}

A.link:hover{
	text-decoration: none;
}

INPUT, TEXTAREA, SELECT{
 font-size: 10px;
 color: black;
 font-family: Verdana;
 font-weight: normal;
}

a.parsed {
    color: blue;
}
/* Main */
.main {}
.main td.left, .main td.right {
	width: 1px;
}
/*Main ends*/

/* Image */
.image {width: 185px;}
.image td,
.image a,
.image img {
	padding: 0;
	margin: 0;
	border: 0 none;
}
.image td.top{
	background: url("/images/gallery/top.gif") no-repeat;
	height: 21px;
	width: 185px;
}.image td.bottom {
	background: url("/images/gallery/bottom.gif") no-repeat;
	height: 21px;
	padding-left: 22px;
}
.image td.left {
	background: url("/images/gallery/left.gif") no-repeat;
	height: 153px;
	width: 22px !important;
	/*border: 1px solid red;*/
}
.image td.right {
	width: 41px;
}
.image td.center img {
	border: 1px solid #505050;
	margin: 0 0 -2px 0 !important;
	width: 120px;
	height: 153px;
}
/* Image end*/