body {
	background-color: white;
	background-image: url('/img/bg.jpg')
}

p {
	margin-top: 10;
}

.boxborder {
	background-color: #09B0F7;
}

.boxends {
	background-color: white;
}

.content {
	background-color: white;
}

.iboxborder {
	background-color: white;
	color: black;
}

.irow1 {
	background-color: #bfebfd;
}

.irow2 {
	background-color: #9ee0fb;
}

.avrow1 img {
	background-color: #252525;
	border: 3px solid #252525;
	width: 100px;
	height: 100px;
}

.avrow2 img {
	background-color: #2F2F2F;
	border: 3px solid #2F2F2F;
	width: 100px;
	height: 100px;
}

html>body .avrow1 img {
	padding: 3px;
	background-color: #252525;
	border: 1px solid #772870;
}

html>body .avrow2 img {
	padding: 3px;
	background-color: #2F2F2F;
	border: 1px solid #772870;
}

.itxt1 {
	background-color: #2F2F2F;
	color: #CCCCCC;
}

.itxt2 {
	background-color: #252525;
	color: #CCCCCC;
}

.prevc {
	background-color: #443333;
}

h1 {
	font-size: 1.5em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
}

h2 {
	font-size: 1.25em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.def {
	font-weight: normal;
	font-size: 12px;
	color: black;
	font-family: arial, helvetica, verdana, 'ms sans serif';
}

.def a {
	color: black;
	font-weight: bold;
}

.ttl2 {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: arial, helvetica, verdana, 'ms sans serif';
}

.ttl3 {
	font-weight: bold;
	font-size: 12px;
	color: #222222;
	font-family: arial, helvetica, verdana, 'ms sans serif';
}

.ftr {
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	font-family: arial, helvetica, verdana, 'ms sans serif';
}

.req {
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
	font-family: 'courier new';
}

.sml {
	font-weight: normal;
	font-size: 10px;
	color: #b6b5b5;
	font-family: arial, helvetica, verdana, 'ms sans serif';
}

hr {
	border-top: 1px dotted #313131;
	color: #000000;
	background-color: #000000;
	height: 2px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

a.top:link {
	color: #999999;
	text-decoration: none;
}

a.top:visited {
	color: #999999;
	text-decoration: none;
}

a.top:active {
	color: #999999;
	text-decoration: none;
}

a.top:hover {
	color: #999999;
	text-decoration: none;
}

a.ftr:link {
	color: #666666;
	text-decoration: underline;
}

a.ftr:visited {
	color: #666666;
	text-decoration: underline;
}

a.ftr:active {
	color: #666666;
	text-decoration: underline;
}

a.ftr:hover {
	color: #666666;
	text-decoration: underline;
}

a.iboxtxt:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a.iboxtxt:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a.iboxtxt:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a.iboxtxt:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:link {
	color: #0570B3;
	background: transparent;
	text-decoration: underline;
}

a:visited {
	color: #0570B3;
	background: transparent;
	text-decoration: underline;
}

a:active {
	color: #0570B3;
	background: transparent;
	text-decoration: underline;
}

a:hover {
	color: #09B0F7;
	background: transparent;
	text-decoration: underline;
}