/* text formats  */
/* ------------- */

/* standard text definition  */
body, p, td, tr, div	{ 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px;
	color: #000033;
	line-height:130%;
}


/* links  */
a:link 	{
	font-weight:bold;
	color: #000033;
	text-decoration: underline;
}

a:visited 	{
	font-weight:bold;
	color: #000033;
	text-decoration: underline;
}

a:hover	{
	color: #FA0BC9;
	font-weight:bold;
	text-decoration: underline;
}

a:active 	{
	color: #FA0BC9;
	font-weight:bold;
	text-decoration: underline;
}




/* bold text  */
.bold {
	font-weight:bold;
}

/* italic text  */
.italic {
	font-style: italic;
}

/* title  */
.title {
	font-size:15px;
	font-weight:bold;
}

/* subtitle  */
.subtitle {
	font-size:14px;
	font-weight:bold;
}

/* purple title  */
.titlePurple {
	font-size:13px;
	font-weight:bold;
	color: #660099;
}

/* global navigation (left side)  */
.mNav, .mNav a:link, .mNav a:visited  {
	color: #000033;
	font-weight:bold;
	text-decoration: none;
	line-height:170%;
}

/* global navigation over (left side)  */
.mNav a:hover, .mNav a:active  {
	color: #FA0BC9;
	font-weight:bold;
	text-decoration: none;
	line-height:170%;
}

/* global navigation (left side)  */
.gNav, .gNav a:link, .gNav a:visited  {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	line-height:170%;
}

/* global navigation over (left side)  */
.gNav a:hover, .gNav a:active  {
	color: #FA0BC9;
	font-weight:bold;
	text-decoration: none;
	line-height:170%;
}

/* credits,...  */
.textSmall {
	font-size:9px;
}

/* purple bold  */
.purpleBold {
	font-weight:bold;
	color: #660099;
}

/* pink text  */
.white {
	color: #FFFFFF;
}

/* red text  */
.red {
	color: #ff0000;
}


/* gallery  */
.bold10 {
	font-size:10px;
	font-weight:bold;
}

