﻿@import url("../reset.css");

html
{
    overflow-y: scroll;
    height: 100%;
}

body
{
    height: 100%;
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    background-color: White;
    color: Black;
    background-image: url(images/background_canvas_w.jpg);    
    background-position: center top;
    background-repeat: no-repeat;
}

.semitransparent
{   
    filter: alpha(opacity=40);
    opacity: 0.4;
}

div.clear_floats 
{
    overflow: hidden;
	width: 100%
}

.modalBackground, .modal_background
{
    filter: alpha(opacity=70);
    background-color: gray;
    opacity: 0.7;
}



.ra 
{
    text-align: right;
}

.orangeText 
{
	color: #F09B1A;
}

.boldText 
{
	font-weight: bold;
}
