/* CSS Document */


/*------------ GENERAL -----------*/


a
{
	color:#1A3A83;
}

a:hover
{
	color:#495158;
}
/*-------------------------------*/



/*-------------- ID -------------*/

/*-------------------------------*/



/*----------- CLASSES -----------*/
.container
{
}

.table
{
	border-collapse: collapse;
	width:100%;
}

.td_title
{
	 border-bottom:1px #495158 solid;
}

.tr_title
{
	color:#1A3A83;
	height:60px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.td_content1
{
	padding-bottom:10px;
	padding-top:15px;
	padding-right:20px;
	width:85%;
	vertical-align:top;
}

.td_content2
{
	padding-left:10px;
	padding-top:15px;
	vertical-align:top;
}

.title
{
	margin-left:30px;
	color: #495158; 
	font-size: 12px; 
	font-family: Arial, Verdana, sans-serif; 
	font-weight: bold;
	margin-bottom:15px;
}

.text
{
	color:#495158;
	margin-left:30px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.text div
{
	color:#495158;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.day
{
	color: #4267A1; 
	font-size: 12px; 
	font-family: Arial, Verdana, sans-serif;
	line-height: 17px; 
	text-align: justify; 
	margin-top: 2px;
	margin-bottom:10px;
}

.place
{
	color: #495158; 
	font-size: 12px; 
	font-family: Arial, Verdana, sans-serif;
	line-height: 17px; 
	text-align: justify; 
	margin-top: 2px;
}

.credits
{
	color: #495158; 
	font-size: 12px; 
	font-family: Arial, Verdana, sans-serif;
	line-height: 17px; 
	text-align: justify; 
	margin-top: 2px;
}

.continue
{
	margin-left:30px;
}

.continue a
{
	font-size:12px;
	text-decoration:none;
	color:#1A3A83;
}

.continue a:hover
{
	color:#495158;
}

.credits_detail
{
	color: #495158; 
	font-size: 12px; 
	font-family: Arial, Verdana, sans-serif;
	line-height: 17px; 
	text-align: justify; 
	margin-top: 2px;
	margin-bottom:15px;
}

#back
{
	margin-left:30px;
	margin-top:20px;
}

#back a
{
	font-size:12px;
	color:#1A3A83;
}

#back a:hover
{
	color:#495158;
}

/*-------------------------------*/


