body
{ 
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-family: verdana, helvetica, arial, sans-serif;
    line-height: 16px;
    background-color: rgb(6, 6, 6);
    text-align: center;
}

.title 
{
	font-weight: bold;
	font-size:	18px;
	font-style: italic;
}

.studioName 
{
	font-weight: bold;
	font-size:	12px;
	text-transform: uppercase;
}    

.creditName
{
	width: 49%;
	float: right;
	font-weight: bold;
	text-align:left;
	text-transform: uppercase;
}

.creditRole
{
	width: 49%;
	float: left;
	text-align:right;
	font-style: italic;
	overflow: hidden;
}

.Role
{
    font-style: italic;
}

.Name
{
	font-weight: bold;
    text-transform: uppercase;
}

.technicalRole
{
    text-align: center;
    font-size: 12px;
    font-family: verdana, helvetica, arial, sans-serif;
    font-style: italic;
}

.technicalName
{
    text-align: center;
    font-size: 12px;
    font-family: verdana, helvetica, arial, sans-serif;
    text-transform: uppercase;
}

.copyRight
{
    font-size: 10px;
}
