/******************************************************************************
 * CSS Document
 */

/******************************************************************************
 * images
 */

/* This tag makes sure that no images will by default have borders.*/
img {border:none;}

/******************************************************************************
 * form objects
 */

/* This tag sets the look of text represented inside any input-tag and thereby 
the hieght of the element that contains the text (i.e. text fields, password 
fields, check boxes, radio buttons, file fields, image fields, hidden fields and 
buttons).*/
input {font-family:verdana, sans-serif;font-size:11px;}

/* This tag sets the look of text represented inside any select-tag and thereby 
the hieght of the element that contains the text (combo box or select box ).*/
select {font-family:verdana, sans-serif;font-size:11px;}

/* This tag sets the look of text represented inside text areas and thereby 
the size of the text area that contains the text.*/
textArea {font-family:verdana, sans-serif;font-size:11px;}

/******************************************************************************
 * text
 */
 
.bottomtext {font-family:Verdana, sans-serif;font-size:10px;text-decoration:none;font-weight:normal;color:#ffffff}



/******************************************************************************
 * links
 */

a {border:none;text-decoration:none;color:#2267A2}
a:hover {border:none;text-decoration:none;color:#2267A2}
a:active {border:none;text-decoration:none;color:#2267A2}
a:visited {border:none;text-decoration:none}

a.underLined {border:none;text-decoration:underline;color:#2267A2}
a.underLined:hover {border:none;text-decoration:underline;color:#2267A2}
a.underLined:active {border:none;text-decoration:underline;color:#2267A2}
a.underLined:visited {border:none;text-decoration:underline}

a.bottomtext {font-family:Verdana, sans-serif;font-size:10px;text-decoration:none;font-weight:normal;color:#ffffff}
a.bottomtext:hover {font-family:Verdana, sans-serif;font-size:10px;text-decoration:none;font-weight:normal;color:#ffffff}
a.bottomtext:active {font-family:Verdana, sans-serif;font-size:10px;text-decoration:none;font-weight:normal;color:#ffffff}
a.bottomtext:visited {font-family:Verdana, sans-serif;font-size:10px;text-decoration:none;font-weight:normal;color:#ffffff}

/******************************************************************************
 * cells
 */
 
/* This tag gouverns all text placed inside cells.*/
td {font-family:Verdana, sans-serif;font-size:10px;text-decoration:none;font-weight:normal;color:#333300}
