/* This is the style sheet for ladagirl*/
/* external css file */
/* filename 'pantstyle.css' */
/* NO HTML MARKUP ALLOWED */
/* Last Edited by GG April 2007*/
/* DO NOT CHANGE ANYTHING IN THIS FILE WITHOUT MY PERMISSION!*/

/* page background */


body{
	background-color: #000033;

/* page heads*/
}
.titlesBig{
	cursor: default;
	font-size: 30px;
	line-height: 100%;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, "Sans Serif";
	left: auto;
}
.titlesWhite{
	cursor: default;
	font-size: 28px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, "Sans Serif";
	left: auto;
}
.titlesRed{
	cursor: default;
	font-size: 28px;
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
	font-family: Verdana, Arial, "Sans Serif";
	left: auto;
}
.titlesOrange{
	cursor: default;
	font-size: 28px;
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
	font-family: Verdana, Arial, "Sans Serif";
	left: auto;

/* subheads*/
}
.subRed{
	cursor: default;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
	font-family: Arial, Verdana, "Sans Serif";
	left: auto;
}
.subOrange{
	cursor: default;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	line-height: 150%;
	color: #FF9900;
	font-family: Arial, Verdana, "Sans Serif";
	left: auto;
}
.subWhite{
	cursor: default;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Verdana, "Sans Serif";
	left: auto;
	
/* body text*/	
}
.bodyOrange{
	cursor: default;
	font-size: 14px;
	text-decoration: none;
	color: #FF9900;
	line-height: 150%;
	font-family: Arial, Verdana, "Sans Serif";
	left: auto;
}	
.bodyWhite{
	cursor: default;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 150%;
	margin-top: 0px; margin-left: 0px;
	font-family: Arial, Verdana, "Sans Serif";
	left: auto;

/* Body Text where tight leading is required */
}
.sansYellow{
	cursor: default;
	font-size: 14px;
	text-decoration: none;
	color: #FFCC00;
	font-family: Arial, Verdana, "Sans Serif";
	left: auto;
}
.sansRed{
	cursor: default;
	font-size: 14px;
	text-decoration: none;
	color: #FF0000;
	font-family: Arial, Verdana, "Sans Serif";
	left: auto;
}
.sansWhite{
	cursor: default;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Verdana, "Sans Serif";
	left: auto;

/* Small body Text where tight leading is required */	
}
.noteBlack{
	cursor: default;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-family: Arial, Verdana, "Sans Serif";
	left: auto;
}
.noteRed{
	cursor: default;
	font-size: 11px;
	text-decoration: none;
	color: #FF0000;
	font-family: Arial, Verdana, "Sans Serif";
	left: auto;
}	
.noteOrange{
	cursor: default;
	font-size: 11px;
	text-decoration: none;
	color: #FF9900;
	font-family: Arial, Verdana, "Sans Serif";
	left: auto;
}
.noteWhite{
	cursor: default;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Verdana, "Sans Serif";
	left: auto;

/* Default Link style */
}
A.linkNav:link {
	color: #FF9900;
}
A.linkNav:visited {
	color: #FF9900;
}
A.linkNav:hover {
	color: #FFFFFF; text-decoration: underline;

/* Big Link style */
}
A.linkBig:link {
	color: #FF9900;
	font-size: 28px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Verdana, "Sans Serif";
}
A.linkBig:visited {
	color: #FF9900;
	font-size: 28px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Verdana, "Sans Serif";
}
A.linkBig:hover {
	color: #FFFFFF; text-decoration: underline;
	font-size: 28px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Verdana, "Sans Serif";

/* White Reversed out Link style */
}
A.linkWhite:link {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Verdana, "Sans Serif";
}
A.linkWhite:visited {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Verdana, "Sans Serif";
}
A.linkWhite:hover {
	color: #FFFF00; text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Verdana, "Sans Serif";
}

/* END OF FILE*/
