body {

	font-family:  verdana, arial ce, arial,helvetica ce, helvetica, sans-serif;

	font-size: 10px;

	color: #5c475c;

	scrollbar-base-color: #93257f;

	scrollbar-face-color: #EB67AE;

	scrollbar-track-color: #FFCCD8;

	scrollbar-arrow-color: #FFBDCC;

	scrollbar-highlight-color: #cccccc;

	scrollbar-3dlight-color: #FFCCD8;

	scrollbar-shadow-color: #93257f;

	scrollbar-darkshadow-color: #000000;

}





td {
	font-family: verdana, arial ce, arial, helvetica ce, helvetica, sans-serif;
	font-size: 10px;
	color: #5c475c;
	line-height: 10pt;
}

td.pink_bg { background-image:url(../assets/pink_pattern.gif); font-size: 10px; color: #ffffff; }

td.menu_bg { background-image:url(../assets/menu_bg.gif); padding: 5px; }

td.footer { background-image:url(../assets/menu_bg.gif); padding-top: 5px; padding-bottom: 5px; padding-left: 45px; font-size: 10px; color: #86074e; font-weight: bold; }



input { font-family:verdana; font-size:10px; }

hr { color: #5c475c; width: 175px; height: 1px; }



a { color: #5c475c; text-decoration: none;}

a:hover {color: #5c475c; text-decoration: none;}

a:link { color: #5c475c; text-decoration: none }

a:active { color: #5c475c; text-decoration: none }

a:visited { color: #5c475c; text-decoration: none }

a:hover { color: #5c475c; text-decoration: underline }



a.footer { color: #86074E; font-size: 10px; font-weight: bold; }

a.footer:hover { color: #86074E; font-size: 10px; font-weight: bold; text-decoration: underline; }

a.footer:hover { color: #86074E; font-size: 10px; font-weight: bold; }

a.footer:link {color: #86074E; font-size: 10px; font-weight: bold; }

a.footer:active { color: #86074E; font-size: 10px; font-weight: bold; }

a.footer:visited { color: #86074E; font-size: 10px; font-weight: bold; }

a.footer { color: #86074E; font-size: 10px; font-weight: bold; }



.title { font-size: 12px; font-weight: 600; }

.main_menu { color: #696969; font-size: 12px; font-weight: 900;}

.white { font-size: 11px; color: #ffffff; font-weight: bold; }

.main_table { border: 1px solid #86074E; }

.copy { background: #ffffff; padding-left: 8px; padding-right: 8px; padding-top: 8px;text-align: justify; }

.copy2 { background: #ffffff; padding-left: 8px; padding-right: 8px; padding-bottom: 8px;text-align: justify; }

.white_bg { background: #ffffff; }

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c475c;
	
}

/* CSS Document */


/* Simple PHP Gallery Styling 
******************************/

/* Catagory Navigation - this class is assigned to each catagory link */
.gCatNav {
}
/* Page Navigation - this class is assigned to each page link */
.gPageNav {
}
/* Current Page - this class is assigned to each current page link */
.gPageNavOn { 
	font-weight:bold;
	background-color:#EEEEEE;
	padding:2px;
	border:#CCCCCC solid 1px;
}

/* Image - this class is assigned to the current image */
.gImage {
	border:#FFFFFF solid 2px;
}
/* Previous Link - this class is assigned to the previous link */
.gPrev {
	padding-right:10px;
	font-weight:bold;
}
/* Next Link - this class is assigned to the next link */
.gNext {
	padding-left:10px;
	font-weight:bold;
}


/* Simple PHP Gallery Styling 
******************************/

body {
	margin:0px;
	text-align:center;
	background-color:#FFFFFF;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a:link, a:visited {
	color:#999999;
	text-decoration:none;
}

a:hover {
	color:#000000;
}

#gCatNav {
	padding:10px;
	border-bottom:#CCCCCC solid 1px;
	text-transform:capitalize;
	color:#666666;
}

#gCat {
	padding:10px;
	text-transform:capitalize;
	font-size:14px;
	font-weight:bold;
}

#gPageNav {
	padding:10px;
	color:#666666;
}

#gImg {
}

#gDesc {
	padding:10px;
}

#gCredits {
	padding:10px;
	padding-top:30px;
	padding-bottom:30px;
	font-size:10px;
}