/*****************************************
	General
*****************************************/
body
{
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    color: #242424;
    vertical-align: top;
}

a:link
{
    color: #f2305e;
    text-decoration: underline;
}
a:visited
{
    color: #f2305e;
    text-decoration: underline;
}
a:hover
{
    color: #f2305e;
    text-decoration: underline;
}
a:active
{
    color: #f2305e;
    text-decoration: underline;
}

.RightBox a:link
{
    color: #515151;
    text-decoration: none;
}
.RightBox a:hover
{
    color: #515151;
    text-decoration: underline;
}
.RightBox a:visited
{
    color: #515151;
    text-decoration: none;
}
.RightBox a:active
{
    color: #515151;
    text-decoration: none;
}

.RightBox_SeparateLine
{
    padding-top: 20px;
    padding-bottom: 20px;
    height: 40px;
}
.TabSpace
{
    padding-right: 50px;
    float: right;
}
.Title
{
    font-size: 14px;
}
.Line
{
    border-bottom: solid 1px #d6d6d6;
}
.BottomLine
{
    background-image: url(../images/r_line_grey.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #FFFFFF;
}
.GreenTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #1a96ad;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
}
.Right_box
{
    background-image: url(../images/right_box_border.gif);
    background-repeat: repeat-y;
    width: 215px;
    vertical-align: top;
}
.TableGreen
{
    width: 215px;
    vertical-align: top;
}
.TableGreenBoxTop
{
    border-top: #FFFFFF solid 1px;
    background-color: #a5d26e;
}
.TableGreenBoxBottom
{
    border-bottom: #FFFFFF solid 1px;
    background-color: #e4ecd9;
}
.TableGreenBox_SideBorder
{
    border-right: #FFFFFF solid 1px;
    border-left: #FFFFFF solid 1px;
}
.TableGreenRow1
{
    background-color: #e4ecd9;
}
.TableGreenRow2
{
    background-color: #d6e2c7;
}
.TextField-1
{
    width: 368px;
    height: 18px;
    border: #c8c8c8 1px solid;
}
.TextField-2
{
    width: 180px;
    height: 18px;
    border: #c8c8c8 1px solid;
}
.TextField-3
{
    width: 260px;
    height: 18px;
    border: #c8c8c8 1px solid;
}
.TextField-4
{
    width: 160px;
    height: 18px;
    border: #c8c8c8 1px solid;
}

.text
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    font-weight: normal;
    padding: 10px;
    text-align: justify;
    line-height: 20px;
}

.RedTitle
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #f74d73;
    padding: 10px;
}

.companyName
{
    font-family: Arial, Verdana, Helvetica;
    font-size: 16px;
    font-weight: bold;
}

.newMenu
{
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

.newMenu a
{
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.newMenu a:hover
{
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.sectionTitle1
{
    font-size: 15px;
    font-weight: bold;
    color: #66e;
    line-height:30px;
}
.sectionTitle2
{
    font-size: 15px;
    font-weight: bold;
    color: #ca0;
    line-height:30px;
}
.sectionTitle3
{
    font-size: 15px;
    font-weight: bold;
    color: #3a3;
    line-height:30px;
}
.sectionTitle4
{
    font-size: 15px;
    font-weight: bold;
    color: #55a;
    line-height:30px;
}
.sectionTitle5
{
    font-size: 15px;
    font-weight: bold;
    color: #f76;
    line-height:30px;
}

.sectionText
{
    font-size:11px;
    line-height:19px;
    text-align: justify;
}

.welcome
{
	color: #F60;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.scrollTitleNewLaunches
{
    background-color:#666;
    color:#fff;
    font-size: 12pt;
    font-weight: bold;
    padding:4px;
    text-align:center;
}
.scrollItem
{
    font-size:10pt;
    font-weight:normal;
    padding-top: 8px;
    padding-bottom:8px;
}

.scrollTitleClients
{
    background-color:#666;
    color:#fff;
    font-size: 10pt;
    font-weight: bold;
    padding:4px;
    text-align:center;
}
.scrollTextClients
{
    font-size:9px;
    line-height: 14px;
    padding-top: 8px;
    padding-bottom:8px;
}
a.scrollLink
{
    color:#00f;
    border: none;
    text-decoration:none;
    padding-top:5px;
}
a.scrollLink img
{
    border: none;
    /*color:#00f;
    text-decoration:none;
    padding-top:5px;*/
}