/* START OF GLOBAL CSS STYLESHEET FOR 12 HOT WOMEN WEBSITE */
	
	
/* DEFAULT STYLE FOR LINKS */
	a  {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #680059
	font-weight:500;

	} 

	a:link	{
	color: #FF6600;
	text-decoration: none;

	} 

	a:visited	{
		color: #985006;
		text-decoration: none;
		font-weight: normal;
	} 

	a:active	{
		color: #FF6600;
	} 

	a:hover	{
		color: #FF6600;
	} 

/* STYLE FOR HOMEPAGE LINKS */
	.Home a  {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight:500;
	} 

	.Home a:link	{
	color: #ffcc33;
	text-decoration: none;

	} 

	.Home a:visited	{
		color: #ffcc33;
		text-decoration: none;
		font-weight: normal;
	} 

	.Home a:active	{
		color: #FF6600;
	} 

	.Home a:hover	{
		color: #FF6600;
	} 
		
/* DEFAULT STYLE FOR HEADINGS */
	H1, H2, H3 {
		color: #990000;
		font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
		font-weight: bold;						
	}
	
	H1 {
		font-size: 40px;		 
		margin-left: 15px;
	}
		
	H2 {
		font-size: 32px;
	}
	
	H3 {
		line-height: 14px;
		font-size: 14px;
	}	
		
/* Margin space between headings and whatever follows is closed up to a mere eighth of an em */
	H1, H2, H3 {
	margin-bottom: 0.125em;
	}
		
	H1 + *, H2 + *, H3 + * {
	margin-top: 0.125em;
	}
	
	
/* DEFAULT STYLE FOR LISTS */
	ul {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 14px;
	list-style-type: disc;
	}
	
	ol {  	
		font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
		font-size: 12px; 
	}
	
	li {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	left: 0px;
	list-style-position: outside;
	}
	
	.ContentText ul {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 14px;
	list-style-type: disc;
	color: #370B0E;

	}
	
	.ContentText ol {  	
		font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
		font-size: 12px; 
		color: #000000;
	}
	
	.ContentText li {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #680059;
	font-weight: bolder;
	left: 0px;
	list-style-position: outside;
	}
	

		
/* DEFAULT BODY TEXT */
	P, TABLE, TD, BLOCKQUOTE, Ul, OL, LI, .bodyText {
		font: Arial, Helvetica, Verdana, Geneva, sans-serif; 
		font-weight: normal;
		font-size: 12px;
	}
	
	body {
		margin:0; 
		padding:0; /* Need to set body margin and padding to get consistency between browsers. */
		font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
		line-height: 15px;
		font-size: 12px;
		font-color: black;
		font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
		font-size: 10px; 
		color: #000000;
	}
	
/* DEFAULT STYLE FOR TEXT */
 	.LayerText{
	    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
		font-size: 12px; 
		color: #000000;
		vertical-align: top;
		text-align: left;
}

	                             
/* Text on colored background, as on home page */
	 .bodyTextHome {
		font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
		font-size: 13px;
		color: #000000;
		line-height: 24px;
	}

/* Global Text Styles */	
	.bodyText{
		font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
		font-size: 12px; 
		color: #000000;
	}
	
   .bodyText  a {
		color: #680059; 
		text-decoration: none; 
	}


   .bodyText  a:link {
		color: #FF6600; 
		text-decoration: none; 
	}
	
	.bodyText  a:visited {
	 	text-decoration: none;
		color:  #985006; 
	}
	
	.bodyText  a:hover {
		text-decoration: underline;
		color: #FF6600;
	}

	
 	.bodyTextSmall {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;

	}
	
	.bodyTextSmallBold {
		font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
		font-size: 10px;
		color: #FFFFFF;
		font-weight: normal;
	}
		
	.bodyTextBold {
		font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
		font-size: 12px;
  		font-weight: bold;
		color: #000000; 
  	}

  	.bodyTextTitleSmall {
		font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
		font-size: 11px;
  		font-weight: bold;
  		color: #990000;  
  }  
  	.bodyTextTitle {
		font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
		font-size: 13px;
  		font-weight: bold;
  		color: #990000;  
  }
  
   .bodyTextTitle  a:link {
		color: #990000; 
		font-weight: bold;
		text-decoration: none; 
	}
	
	.bodyTextTitle  a:visited {
	 	text-decoration: none;
		font-weight: bold;
		color: #985006; 
	}
	
	.bodyTextTitle  a:hover {
		text-decoration: underline;
		font-weight: bold;
		color: #FF6600;
	}

/* To center page horizontally */
	#Content {
		position:absolute;
		left:50%;
		width:750px;
		margin-top:50px;
		margin-left:-390px;
		background-color:#03407D; 
	}
	
	.genericbodybox { 
		font: Arial, Helvetica, Verdana, Geneva, sans-serif; 
		font-size: 11px; 
		margin-top: 10px; 
		margin-right: 13px; 
		margin-bottom: 10px; 
		margin-left: 13px;
		border: 1px solid #ccc;
  	}
 
  	.PageTitleBox { 
		font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
		font-size: 20px; 
		color: black;
		background-color:#B2CCE5;
		margin-top: 10px; 
		margin-right: 13px; 
		margin-bottom: 10px; 
		margin-left: 13px;
		border: 1px solid #ccc;
  	}	
  
 /* MISCELLANEOUS- BREADCRUMBS, TO TOP, MORE INFORMATION, Etc. */
	.Breadcrumbs {
	font-family: Geneva, Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}

	.Breadcrumbs a:link {
	color:#370B0E;
	text-decoration: none;
	}
	
	.Breadcrumbs a:visited {
		color: #370B0E;
		text-decoration: none;
	}
	
	.Breadcrumbs a:hover {
		text-decoration: underline;
		color: #960D0D;
	}
	
	.Breadcrumbs a:active {
		text-decoration: underline;
		color: #960D0D;
	}
		
	.ToTop {  
		color: #000000;
		font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
		font-size: 10px; 
		font-weight: 500; 
	}
	
	.MoreInfo { 
		margin-top: 2em;
		color: #000099;
		font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
		font-size: 9 px; 		 
	}
	
	.PrevNext {  
		font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
		font-size: 11px; 
		font-weight: 500; 
		color: #333399;		
	}
			 
 /* DEFAULT MENU STYLE */
  .MenuHeader {
		color: #000000;
		position: absolute;
		padding-left: 8; 
		left: 8; 
		width: 162;
		font-family: arial, helvetica; 
		font-size: 9px; 
		font-weight: bold;
		text-decoration: none;
   	}
	
  .MenuItem {		
  		color: #000000;
		position: absolute;
		padding-left: 8;
		left: 8; 
		width: 162;
		font-family: arial, helvetica; 
		font-size: 9px; 
		font-style: plain; 
		text-decoration: none;
   	} 

/* DEFAULT STYLE FOR RIGHT HAND SECTION-LEVEL NAVIGATION */
	#Button {
	display: block;
	width: 14em;
	border-left: 5px solid #FFFFFF;
	/*border-right: 10px solid #FFFFFF;
	 padding: 0 0 1em 0; */
	padding: 10px 0px 10px 10px;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;

	}

	#Button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
	}
		
	#Button li {
		border-bottom: 1px solid #680059;
		margin: 0;
	}

	#Button li a {
		/* display: block; */
		/* padding: 5px 5px 5px 0.5em;  */
		/*border-left: 10px solid #FFFFFF;
		border-right: 10px solid #FFFFFF; */
		padding: 5px 0px 5px 5px; 
		text-decoration: none;
		width: 100%;
	}
	
	#Button li a:link	{
		color: #680059;
		text-decoration: none;
	} 

	#Button li a:visited	{
		color: #680059;

	} 

	#Button li a:active	{
		color: #680059;
		text-decoration: underline;
	} 

	#Button li a:hover	{
		color: #AB0994;
		text-decoration: underline;
	} 


	
/* DEFAULT STYLE FOR RIGHT HAND SECTION-LEVEL NAVIGATION */
	#Home {
	display: block;
	width: 12em;
	/*border-right: 10px solid #FFFFFF;
	 padding: 0 0 1em 0; */
	padding: 10px 0px 10px 10px;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 

	}

	#Home ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
	}
		
	#Home li {
		border-bottom: 1px solid #FFCC33;
		margin: 0;
	}

	#Home li a {
		text-decoration: none;
		width: 100%;
	}
	
	#Home li a:link	{
		color: #FFCC33;
		text-decoration: none;
		font-size: 13px;
		font-weight: bold;

	} 

	#Home li a:visited	{
		color: #FFCC33;
		font-size: 13px;
		font-weight: bold;

	} 

	#Home li a:active	{
		color: #FFCC33;
		font-size: 13px;
		font-weight: bold;

	} 

	#Home li a:hover	{
		color: #FFCC00;
		font-size: 13px;
		font-weight: bold;

	} 



/* END OF OF GLOBAL CSS STYLESHEET FOR 12 HW WEBSITE */
