﻿.paylink {
	text-decoration:none;
}
table.sample {
	border-width: 0px;
	border-spacing: 5px;
	border-style: dotted;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
.bottom {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: center;
}
.style2 {
	text-align: center;
	float: right;
	height: 468px;
	width: 800px;
	background-repeat: repeat-y;
	background-image: url('background_repeat.jpg');
}
.main {
	height: 647px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.left_menu {
	float: left;
	
	height: 466px;
	text-align: center;
}
.style1 {
	font-size: x-large;
	color: #010279;
}
.style3 {
	font-size: small;
}
.style4 {
	text-align: center;
	float: right;
	width: 739px;
	background-repeat: repeat-y;
	background-image: url('background_repeat.jpg');
	margin-right: 0px;
}
.style5 {
	font-size: medium;
	color: #010279;
}
.style6 {
	margin-left: auto;
	margin-right: auto;
	width: 693px;
	text-align: left;
}
#blueblock {
	width: 160px;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: large;
	background-color: #D4D4D4;
	color: #333;
	font-weight: bold;
}
*html #blueblock {
	/*IE 6 only */
	width: 127px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}
#blueblock ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#blueblock li {
	border-bottom: 1px solid #90bade;
	margin: 0;
}
#blueblock li a {
	display: block;
	padding: 15px 5px 15px 8px;
	background-color: #03057E;
	color: #fff;
	text-decoration: none;
	width: 100%;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #6769C2;
	border-right-style: solid;
	border-right-width: 10px;
	border-right-color: #020678;
}
html > body #blueblock li a {
	/*Non IE6 width*/
width: auto;
}
#blueblock li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
	border-right-color: #2586d7;
	border-left-color: #1c64d1;
}

