html {
	margin: 0px;
	padding: 0px;
}

a {
	color: #0083BC;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:active, a:focus {
	outline: 0px;
}

body {
	/*background: url(../images/bg.jpg) repeat-x top #7fc8e8;*/
	background: url(../images/bg_grey.jpg) repeat-x top #bcbcbc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: 0px;
}

#content_frame {
	margin: 0px auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0px;
	width: 794px;
	/*width: 746px;*/
	background: white;
	border: 1px solid #4fb1db;
}

#content_frame #logo img{
	 /*border-top: 1px solid #CBE7F2;*/
	 padding-right: 46px;
}

#content .partner p a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 12px;
	border: none;
}

#content .partner{
	float: right;
	width: 500px;
	margin: 0;
	padding: 0;
}

#navi {
	border-top: 1px solid #0083BC;
	border-bottom: 1px solid #CBE7F2;
	margin-bottom: 40px;
}

#navi a {
	border-bottom-style: none;
}

#footer {
	color: #BBBBBB;
	padding-top: 40px;
	text-align: right;
	background-image: url(../images/footer_line.gif);
	/*background-image: url(../images/footer_line.jpg);*/
	background-repeat: no-repeat;
	background-position: -150px 47px;
	margin-bottom: 30px;
	clear: both;
}

#footer a {
	color: #BBBBBB;
	font-weight: bold;
	text-decoration: none;
}

.right1 {
	padding-right: 1px;
}

#content {
	padding-left: 90px;
	padding-right: 90px;
}

h1 {
	margin-top: 16px;
	margin-bottom: 30px;
	font-size: 14px;
	color: #0083BC;
}

h2 {
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #0083BC;
}

h3 {
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 11px;
	margin-left: 40px;
	color: #0083BC;
}

p {
	margin-left: 40px;
	line-height: 16px;
	margin-bottom: 20px;
}

ul {
	margin-left: 26px;
	.margin-left: 66px;
	margin-bottom: 20px;
}

li {
	list-style-image: url(../images/list_point.jpg);
	margin-bottom: 6px;
	line-height: 16px;
}

.ul2 {
	margin-top: 16px;
	margin-left: -20px;
	.margin-left: 20px;
}







.tabbedmenu {
	font-size: 11px;
	height: 33px;
	background-image: url(../images/tabbedmenu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 20px bottom;
	margin-left: 0px;
}

.tabbedmenu h1 {
	margin: 2px 0 0 0;
	padding: 0;
}

.tabbedmenu .unselected {
	height: 20px;
	margin-top: 1px;
	background: #FFFFFF url(../images/content_menu_title_closed.jpg) repeat-x;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #0083BC;
}

.tabbedmenu .selected {
	height: 21px;
	border-top: 1px solid #0083BC;
	border-right: 1px solid #0083BC;
	border-left: 1px solid #0083BC;
	border-bottom: 1px solid #FFFFFF;
}

.tabbedmenu a {
	color: #336699;
	display: block;
	float: left;
	padding: 5px;
	padding-right: 8px;
	padding-left: 6px;
}






.warning {
	align: center;
	width: 500px;
	margin: 0 auto 20px auto;
	border: 1px solid #e50837;
	padding: 10px;
}
