img {
border: none;	
}

.typography {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 16px;
color: #666666;
}

.typography h1 {
font-family: Georgia, Times New Roman, Times, serif;
margin-top: 24px;
padding: 0px;
font-size: 22px;
color: #A9385C;
font-weight: normal;
letter-spacing: -1px;
}

.typography h2 {
font-family: Georgia, Times New Roman, Times, serif;
padding: 0px;
font-size: 20px;
color: #D6CF5A;
font-weight: normal;
letter-spacing: -1px;
}

.typography h3, .typography h4, .typography h5, .typography h6 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 16px;
color: #A9385C;
}

.typography a {
color: #A9385C;
}

.typography a:hover {
color: #999999;
}

.typography hr {
height: 1px;
border: none;
background: url(../images/hr.gif) repeat-x;
}

.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:20px;
}
.typography img.left {
	float:left;
}
.typography img.leftAlone {
	float: left;
	margin-right: 100%;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}


/* image browser */

.image_browser {
float: right;
width: 190px;
height: 188px;
}

.image_browser_display {
float: left;
width: 190px;
height: 140px;
background: #ffffff;
}

.image_browser_display a {
background-color: transparent;
text-decoration: none;
}

.image_browser_display a:hover, .image_browser_display a:focus {
background-color: transparent;
}

.image_browser_thumbnails {
float: left;
width: 202px;
height: 42px;
margin-top: 6px;
}

.image_browser_thumbnails div {
background-color: #ffffff;
width: 58px;
height: 42px;
margin: 0px 8px 0px 0px;
float: left;
}

.image_browser_thumbnails a {
background-color: transparent;
text-decoration: none;
}

.image_browser_thumbnails a:hover, .image_browser_thumbnails a:focus {
background-color: transparent;
}

.image_browser_thumbnail_1 {
opacity: 1;
}

.image_browser_thumbnail_2, .image_browser_thumbnail_3 {
opacity: .5;
}

