﻿html {
	background-color:#666666;
}
body {	
	margin:0;
	height:276px;	
}
td {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	margin:0;
	padding:0;
	color:#343434;
}
.empty {
	padding:0;
	margin:0;
	line-height:2px;
	font-size:2px;
}
.cursor {
	cursor: pointer;
}
p {
	padding:5px 0 5px 0;
	margin:0;
	border:0;
	line-height:20px;
	color:#434343;
}
.rightContent {
	background-color:#FFFFFF;
	border:1px solid #C2C2C2;
	witdh:180px;
}
.rightSmall {
	font-size:10px;
	font-weight:normal;
}
.rightTitle {
	background-color:#e0e0e0;
	width:180px;
	height:25px;
	font-weight:bold;
}
ol {
 margin:10px 10px 10px 35px;
}
li {
 padding-right:10px;
 line-height:22px;
}
.content {
	background-color:#FFFFFF;
	border:1px solid #D5E9E6;
	witdh:762px;
	margin:0;
	padding:0;
	z-index:0;
}
.footer {
	font-size:10px;
	color:#757575;
	line-height:20px;
}
.footer a:active	{text-decoration: none;color: #757575;}
.footer a:link		{text-decoration: none;color: #757575;}
.footer a:visited 	{text-decoration: none;color: #757575;}
.footer a:hover		{text-decoration: underline;color: #343434;}

a:active	{text-decoration: none;color: #343434;}
a:link		{text-decoration: none;color: #343434;}
a:visited 	{text-decoration: none;color: #343434;}
a:hover		{text-decoration: underline;color: #1D5786;}

.title {
	font-size:16px;
	font-weight:bold;
}
.blueTitle {
	font-weight:bold;
	font-size:16px;
	color:#5095C0;
	z-index:1;
}
.line {
	width:100%;	
	border-top:1px dotted #BABABA;
	line-height:3px;
	padding:0;	
	margin:0 0 4px 0;	
}

.line2 {
	height:200px;	
	border-left:1px dotted #BABABA;
	line-width:1px;
	padding:0;	
	margin:-50px 4px 0 0;	
}

.button {
	width:328px;
	height:45px;
	font-size:20px;
	font-weight:700;
}

.button_small {
	width:240px;
	height:40px;
	font-size:18px;
	font-weight:700;
}

.arrowTxt {
	font-size:12px;
	font-weight:bold;
	line-height:23px;
}
.bgGrey {
	background-color:#EFEFEF;
	border:1px solid #cdcdcd;
	width:280px;
}