﻿.roundcont 
{
    width: 100%;
    background-color: #0241b5;
    color: #fff;
}

.roundcontw
{
    width: 100%;
    background-color: #ffffff;
    color: #000000;
}

.roundcont p 
{
	margin: 20 20px;
}

.roundtop 
{ 
    background: url(Images/Corners/trb.gif) no-repeat top right; 
}

.roundbottom 
{
    background: url(Images/Corners/brb.gif) no-repeat top right; 
}   

.roundtopw 
{ 
    background: url(Images/Corners/trw.gif) no-repeat top right; 
}

.roundbottomw 
{
    background: url(Images/Corners/brw.gif) no-repeat top right; 
}   

img.corner 
{
    width: 5px;
    height: 5px;
    border: none;
    display: block !important;
}

.hiddenPic {
    display:none;
    }
    
.paraHeading
{
    color: #009900;
    font-size: large;
    font-family: Verdana;
    font-weight: bold;
}

.paraText
{
    font-family: Verdana;
    font-size: small;
}

.menuLink a:link 
{
    font-family: Verdana;
    font-weight: bold;
    color: #cbd2f6;
    font-size: large;
    text-decoration: none;
}

.menuLink a:visited {
    font-family: Verdana;
    font-weight: bold;
    color: #cbd2f6;
    font-size: large;
    text-decoration: none;
}
.menuLink a:active {
    font-family: Verdana;
    font-weight: bold;
    color: #cbd2f6;
    font-size: large;
    text-decoration: none;
}
.menuLink a:hover {
    font-family: Verdana;
    font-weight: bold;
    color: #ffffff;
    font-size: large;
}

.regLink a:link 
{
    font-family: Verdana;
    font-size: x-small;
    text-decoration: none;
}
.regLink a:visited {
    font-family: Verdana;
    font-size: x-small;
    text-decoration: none;
}
.regLink a:active {
    font-family: Verdana;
    font-size: x-small;
    text-decoration: none;
}
.regLink a:hover {
    font-family: Verdana;
    font-size: x-small;
}


a.homeimage { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 105px; /* width of reactive image */
     height: 23px; /* height of reactive image */
     background-position: center;
     background-image: url(Images/Menu/homesm.jpeg); /* source for start image */
     background-repeat: no-repeat;
     }
a.homeimage:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(Images/Menu/homeOnSm.jpeg); /* source for target image */
     }
     
a.profileimage { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 105px; /* width of reactive image */
     height: 23px; /* height of reactive image */
     background-position: center;
     background-image: url(Images/Menu/aboutussm.jpeg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.profileimage:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(Images/Menu/aboutusOnSm.jpeg); /* source for target image */
     }
     
     
a.faqimage { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 105px; /* width of reactive image */
     height: 23px; /* height of reactive image */
     background-position: center;
     background-image: url(Images/Menu/faqsm.jpeg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.faqimage:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(Images/Menu/faqOnSm.jpeg); /* source for target image */
     } 
     
a.pricelistimage { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 105px; /* width of reactive image */
     height: 23px; /* height of reactive image */
     background-position: center;
     background-image: url(Images/Menu/priceListsm.jpeg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.pricelistimage:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(Images/Menu/priceListOnSm.jpeg); /* source for target image */
     } 
     
a.contactimage { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 105px; /* width of reactive image */
     height: 23px; /* height of reactive image */
     background-position: center;
     background-image: url(Images/Menu/contactsm.jpeg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.contactimage:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(Images/Menu/contactOnSm.jpeg); /* source for target image */
     } 