@charset "utf-8";
/* CSS Document */

h2 {
display:inline;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;    
line-height: 22px;
color: #cccccc;
}

h3 {
display:inline;
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;    
line-height: 44px;
color: #cccccc;
}

.normaltext {
	font-family: arial;
	font-size: 13px;
	color: #cccccc;
    line-height: 17px;
	}
a.normaltext:link { font-family: Arial; font-size: 13px; color: #cccccc;  text-decoration: none }
a.normaltext:visited {  font-family: Arial; font-size: 13px; color: #cccccc; text-decoration: none}
a.normaltext:hover {  font-family: Arial; font-size: 13px; color: #cccccc; text-decoration: underline}
a.normaltext:active {  font-family: Aria; font-size: 13px; color: #cccccc; text-decoration: underline}

.normaltext_footer {
	font-family: arial;
	font-size: 11px;
	color: #cccccc;
    line-height: 16px;
	}
a.normaltext_footer:link { font-family: Arial; font-size: 11px; color: #cccccc;  text-decoration: none }
a.normaltext_footer:visited {  font-family: Arial; font-size: 11px; color: #cccccc; text-decoration: none}
a.normaltext_footer:hover {  font-family: Arial; font-size: 11px; color: #cccccc; text-decoration: underline}
a.normaltext_footer:active {  font-family: Aria; font-size: 11px; color: #cccccc; text-decoration: underline}


