@charset "UTF-8";
/* CSS Document */

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	font-weight: normal;
}

body{
	background-image:url(/images/bg_texture.gif);
}

.title{
	font-family: Impact, Arial, Helvetica, sans-serif;	
	font-size: 16px;
	color:#666666;
}

.titleYear{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color:#666666;
	
}

.titleLink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
}

.title A:link {
	color:#666666;
	font-weight: bold;
	text-decoration: none;
	size:10px;
}


.titleLink A:visited {
	color:#666666;
	font-weight: bold;	
	text-decoration: none;
	size:10px;
	}

.titleLink A:hover {
	color:#666666;
	font-weight: bold;
	text-decoration: none;
	size:10px;
}


.titleLink A:active {
	color:#666666;
	font-weight: bold;
	text-decoration: none;	
	size:10px;
}

.description{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#666666;
}

.footer A:link {
	color:#666666;
	font-weight: bold;
	size:9px;
}


.footer A:visited {
	color:#666666;
	font-weight: bold;	
	size:9px;
	}

.footer A:hover {
	color:#666666;
	font-weight: bold;
	size:9px;
}


.footer A:active {
	color:#666666;
	font-weight: bold;
	size:9px;
}


.borderPreview{
	border: 1px solid #cccccc;
}


