@charset "utf-8";
/* CSS Document */
/* global.css */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:	small;
	margin: 5px;
	width: 1250px;
}

a:link {
	color: #0A50FF;
}

a:visited {
	color: #FF0000;
}

a:hover {
	color: #0000FF;
}

body .notices {
	color: #CC0000;
	font-size:	x-small;
	padding-left:30px;
}

body .sub_notices {
	color: #CC0000;
	font-size:	x-small;
	padding-left:60px;
}

H1 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 2px;
	text-align: center;
	color: #FFFFFF;
	background-color: #0B3543;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

H2 {
	font-size: 16px;
	font-weight: bold;
	color: #9F2214;
	background-color: #E9EDEE;
	padding-left: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: -16px;
}

H3 {
	font-size: 15px;
	font-weight: bold;
	color: #9F2214;
/*	background-color: #E9EDEE;*/
	padding-left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 10px;
}

.Int_Body {
	font-size: medium;
}

.Int_Center {
	text-align: center;
}

input.GUIButton {
	padding:			2px;
	font-size:			1.1em;
	border:				2px solid #C5C5C5;
	color:				#FFFFFF;
	background:			#9F2214;
	font-weight: 		bold;
	}

input.GUIButton:hover {
	border:				2px solid #E7E2D9; 
	background:			#C1B49E;
	}
/*
	input {
		padding:			5px;
		font-size:			1.4em;
		border:				1px solid #FFFFFF; 
		color:				#FFFFFF; 
		background:			#0B3543;
	}
*/
	input.radio {
		border:				none;
		background:			transparent;
	}
