/* CSS Document */

body { 
	font-size: 0.7em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
}

h3 {
	font-size: 14px;
	color:	#CC3366;
	padding-left: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.h3_with_image {
	font-weight: 600;
	font-size: 12px;
	color:	#CC3366;
	padding-left: 7px;
	margin-bottom: 10px;
	margin-top: 10px;
}

p {
	font-size: 12px;
	color:	#666666;
	padding-left: 40px;
	margin-bottom: 4px;
	margin-top: 2px;
	padding-right: 20px;
}

p.block {
	font-size: 12px;
	color:	#333333;
	padding-left: 15px;
	margin-bottom: 4px;
	margin-top: 2px;
	padding-right: 20px;
}

p.note {
	font-style: italic;
	margin-bottom: 12px;
	margin-top: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.itemGain {
	font-size: 13px;
	line-height: 16px;
}

.aClass a:link {
	color:	#3399CC;
	text-decoration: none;
}

.aClass a:visited {
	color:	#CC3366;
	text-decoration: none;
}

.aClass a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.aClass a:active {
	color: #FF0000;
	text-decoration: none;
}

a.attach, a.attach:visited, div.attach {
	display: block;
	width:   110px;
	border:  1px solid black;
	padding: 5px 10px 5px 5px;
	background: #FFFFEE;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-weight: 600;
	font-size: 14px;
	color:   #FFFFFF;
	background-color: #CC3333;
}

a.attach, a.attach:visited { 
	border-bottom: none; 
}

div#attach_menu_child {
	border-bottom: 1px solid black;
	background-color: #FFFFFF;
}

a.attach_parent_only, a.attach_parent_only:link, a.attach_parent_only:visited {
	display: block;
	width:   100px;
	border:  1px solid black;
	padding: 5px 10px 5px 5px;
	background: #FFFFEE;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-weight: 600;
	font-size: 14px;
	color:   #FFFFFF;
	background-color: #CC3333;
}

a.attach_parent_only:hover, a.attach_parent_only:active {
	font-weight: 600;
	font-size: 14px;
	color:   #FFFF00;
}

a.attach_child, a.attach_child:link, a.attach_child:visited, a.attach_child:hover, a.attach_child:active {
	display: block;
	width:   120px;
	border:  1px solid black;
	padding: 5px 10px 5px 5px;
	background: #FFFFEE;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-weight: 200;
	font-size: 13px;
	color:   #CC3333;
	background-color: #FFFFFF;
}

table.main {
	border-width: 1px 1px 1px 1px;
	border-spacing: 3px;
	border-style: solid solid solid solid;
	border-color:  #CC3333;
	background-color: white;
}

table.main td {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: none none none none;
	border-color: white white white white;
}

.copyright {
	font-size: 12px;
	font-weight: 200;
	margin: 1em 0.2em 0.2em 0;
	white-space: nowrap;
	background-color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #999999;
}

.stepBox1 {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	khtmlopacity: 0.6;
	opacity: 0.6;
	display: block;
	margin-left: 48px;
	margin-bottom: 10px;
	width: 210px;
	height: 120px;
	border: 1px solid;
	border-color: #333333;
	padding: 10px;
	background-image: url('../images/vline_1.gif');
	background-repeat: repeat-x
}

.stepBox2 {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	khtmlopacity: 0.6;
	opacity: 0.6;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 210px;
	height: 120px;
	border: 1px solid;
	border-color: #333333;
	padding: 10px;
	background-image: url('../images/vline_2.gif');
	background-repeat: repeat-x
}

.stepBox3 {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	khtmlopacity: 0.6;
	opacity: 0.6;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 210px;
	height: 120px;
	border: 1px solid;
	border-color: #333333;
	padding: 10px;
	background-image: url('../images/vline_3.gif');
	background-repeat: repeat-x
}

.titleInStepBox {
	font-size: 32px; 
	font-family: "Century Gothic";
	color: #CC0066; 
	text-align: left;
	margin: 2px;
	padding: 2px;
}

.contentInStepBox {
	font-size: 14px;
	text-align: center;
	margin: 2px;
	padding: 2px;
} 

.contentInStepBox a:link, a:visited {
	text-decoration: none;
}

.contentInStepBox a:hover, a:active {
	font-weight: 300;
	color: red;
	text-decoration: underline;
}