body
	{
	scrollbar-arrow-color:#E6007D;
	scrollbar-base-color:#FFF;
	scrollbar-face-color:#FFF;
	background-color: #DDD;
	background-image: url(../images/background_wide.png);
	background-attachment: fixed;
	background-position: center;
	background-repeat: repeat;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Trebuchet MS, Verdana, Tahoma, arial;
	}

a:link, a:visited
	{
	color: #555;
	text-decoration: none;
	font-size: 12px;
	}

a:hover
	{
	color: #E6007D;
	text-decoration: none;
	}


table.holder, td.holder
	{
	background-color: #FFF;
	vertical-align: top;
	width: 750;
	height: 1400;
	margin-left: auto; 
	margin-right: auto;
	padding: 0 0 0 0;
	}

table.menu
	{
	border: 0px solid black;
	border-collapse: collapse;
	width: 122px;
	}

table.content
	{
	width: 450;
	text-align: center;
	}

td.content_title
	{
	font-size: 16px;
	color: #E6007D;
	font-weight: bold;
	}

td
	{
	vertical-align: top;
	}

.maintitle
	{
	color: #E6007D;
	font-size: 75px;
	font-weight: bold;
	}

.pink_small
	{
	color: #E6007D;
	font-size: 10px;
	font-weight: bold;
	}

td.menu_t
	{
	height: 28px;
	font-size: 12px;
	background-color: #FFF;
	background-image: url(../images/title.png);

	background-position: center;
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 0 0 0 0;
	}

td.menu_b, table.menu_b
	{
	font-size: 12px;
	border: 1px dotted #999;
	background-color: #EEEEEE;
	padding-left: 2px;
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#FFFFFF, EndColorStr=#EEEEEE, GradientType=0);
	}

input, button
	{
	color: #E6007D;
	height: 22px;
	font-size: 10pt;
	font-family: Trebuchet MS, Verdana, Tahoma, arial;
	cursor: hand;
	}


.submit
	{
	border: 0px;
	width: 80px;
	background: transparent; 
	background-image: url(../images/but_submit.png);
	background-repeat: no-repeat;
	background-attachement: fixed;
	font-weight: bold; 
	COLOR: #fff;
	}




