﻿
@font-face {
    font-family: 'ralewaythin';
    src: url('Raleway-Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaymedium';
    src: url('Raleway-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayregular';
    src: url('Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaylight';
    src: url('Raleway-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.box_thin{ 
            font-family: "ralewaythin";
            font-size: 16px;
            letter-spacing: 0px;
            }
            
.box_medium{             
            font-family: "ralewaymedium";
            font-size: 22px;
            line-height: 120%;
            }

.box_regular{             
            font-family: "ralewayregular";
            font-size: 16px;
            letter-spacing: 0px;
            }

.box_light{             
            font-family: "ralewaylight";
            font-size: 16px;
            letter-spacing: 0px;
            }
            
.info_header{           
            font-family: "ralewaymedium";
            font-size: 36px;
            line-height: 100%
            }

            /* unvisited link */
	a:link {
  	color: black;
	}

	/* visited link */
	a:visited {
 	 color: black;
	}

	/* mouse over link */
	a:hover {
  	color: gray;
	}

	/* selected link */
	a:active {
  	color: gray;
	}