/*//////////////////////////////////////////////////////////////////////////////
/// Marian Gymnastics //////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//
//
*/


/*//////////////////////////////////////////////////////////////////////////////
/// GENERAL //////////////////////////////////////////////////////////////////*/
body {
	background:		#FFFFFF url( images/layout/bkg.jpg );

	margin:			0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;

}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;

}

h1 {
	padding-top: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	color: #0000ff;
	text-align: center;
}

h2 {
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	color: #7FFf00;
	text-align: left;
}

/* END GENERAL
//////////////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////////////////
/// CUSTOM LINKS /////////////////////////////////////////////////////////////*/
a:link {
	font-weight: bold;
	color: #336633;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #336633;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-weight: normal;
	color: #000033;
	text-decoration: none;
}
/* END CUSTOM LINKS
//////////////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////////////////
/// CUSTOM CLASSES ///////////////////////////////////////////////////////////*/

.myTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A81603;
	
}

.myIndex {
	width: 100%;	
	overflow: hidden;
	padding: 20px;
}

.myNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

/* END CUSTOM CLASSES
//////////////////////////////////////////////////////////////////////////////*/
