
/* CSS Document */


body {
	font-family: Verdana, Geneva, sans-serif;
	background-image:url('../images/graphics/bg.gif');
}

h1 {
	font-size: 24px;
	color: #1a1a90;
	font-weight: normal;
}
h2 {
	font-size: 15px;
	color: #1a1a90;
	font-weight: normal;
}

.paragraph {
	font-size: 14px;
	color: #444444;
}

.paragraph_link {
	
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
a.paragraph_link:hover {
	color: #017496;
	text-decoration: none;
}

.top_menu {
    
	font-size: 13px;
	color: #4242b5;
	text-decoration: none;
}
a.top_menu:hover {
	color: #ff9500;
	text-decoration: none;
}
.top_menu_select {
    
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.top_menu_line {
	font-size: 48px;
	color: #ffffff;
	text-decoration: none;
}

.main_menu {
	font-size: 18px;
	color: #4242b5;
	text-decoration: none;
}
a.main_menu:hover {
	color: #ff9500;
	text-decoration: none;
}
.main_menu_line {
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
}

.right_title {
    
	font-size: 14px;
	color: #1a1a90;
	text-decoration: none;
}
.right_sub_title {
    
	font-size: 12px;
	color: #1a1a90;
	text-decoration: none;
}

.right_menu {
	font-size: 13px;
	color: #5d5d95;
	text-decoration: none;
}
a.right_menu:hover {
	color: #ff9500;
	text-decoration: none;
}
.right_menu_select {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}



.links_link {
	
	font-size: 15px;
	color: #444444;
	text-decoration: none;
}
a.links_link:hover {
	color: #ff9500;
	text-decoration: underline;
}




.sub_text {
	
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

































