/* CSS definition file containing site wide stylesheets */

.StudioLink {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 16px;
 	color: rgb(254,56,3);
 	font-weight: bold;
 	text-align: center
}

.caption {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10px;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	text-align: center
}

.TextObject {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	text-align: left
}

H1 {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 20px;
 	color: rgb(220,55,6);
 	font-weight: bold;
 	text-align: left
}

.TextNavBar {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	color: rgb(220,55,6);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline;
 	text-align: center
}