@charset "utf-8";
/* CSS Document */
@font-face{
	font-family: Roboto-Condensed;
    src: url(font/Roboto-Condensed.ttf);
}

@font-face{
	font-family: Roboto-Regular;
    src: url(font/Roboto-Regular.ttf);
}

h1 {
	font-family: Roboto-condensed, Tahoma;    
    font-size: 24px;
    color: #0C7C98;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}

h2 {
    font-family: Roboto-Regular, Tahoma;    
    font-size: 24px;
    color: #770A0A;
    font-weight: bold;
}

h3 {
    font-family: Roboto-Regular, Tahoma;    
    font-size: 22px;
    color: black;           
}

h4 {
    font-family: Roboto-Regular, Tahoma;    
    font-size: 18px;
    color: #093050;
    font-weight: bold;
}

h5 {
    font-family: Roboto-Regular, Tahoma;    
    font-size: 14px;
    color: #0C7C98;
    font-weight: bold;
}

h6 {
    font-family: Roboto-Regular, Tahoma;    
    font-size: 24px;
    color: #00CCFF;
    font-weight: bold;
}

p {
    font-family: Roboto-Regular, Tahoma;    
    font-size: 16px;
    color: black;
    font-weight: regular;
}